Fixing content type ordering when content_type is not defined.
[akelos.git] / test / fixtures / app / views / advertiser / partial_in_template.tpl
blob9711441674201e94b420caa08d38b5ddf4396556
1 <?= 
3 $Template->render(array('partial' => 'account')).
4 $Template->render(array('partial' => 'account')); 
6 ?>