<?php 
require $template->get_template_dir('tpl_account_left.php', DIR_WS_TEMPLATE, $current_page_base, 'common') . '/tpl_account_left.php';
?>
			    <?php 
require $body_code;
?>

	</div>	 

	

		
	<div class="clear"></div>

		

</div><?php 
//end center div
?>

<?php 
if (zen_page_path_check($current_page_base, $p_recommend_content_chk) || $user_in_center) {
    require $template->get_template_dir('tpl_modules_products_recommend.php', DIR_WS_TEMPLATE, $current_page_base, 'templates') . '/tpl_modules_products_recommend.php';
}
?>

<?php 
require $template->get_template_dir('tpl_footer.php', DIR_WS_TEMPLATE, $current_page_base, 'common') . '/tpl_footer.php';
?>
</div>
</body>
Пример #2
0
    ?>
		  </li>
		  <li class="inner_s2">
		      <?php 
    //#####################show website keywords##################################
    require $template->get_template_dir('tpl_modules_hot_products_keywords.php', DIR_WS_TEMPLATE, $current_page_base, 'templates') . '/tpl_modules_hot_products_keywords.php';
    //###############################################################################
    ?>
		  </li>
	   </ul>
	</div>
	<?php 
}
?>
  <div class="<?php 
echo zen_page_path_check($current_page_base, $main_page_content_chk) ? 'copyright2' : 'copyright';
?>
">
				<ul>
					<li><a rel="nofollow" href="<?php 
echo zen_href_link(FILENAME_DEFAULT);
?>
"><?php 
echo HEADER_TITLE_CATALOG;
?>
</a></li><li>|</li>
					<li><a rel="nofollow" href="<?php 
echo zen_href_link(FILENAME_SITE_MAP);
?>
"><?php 
echo HEADER_TITLE_SITEMAP;
Пример #3
0
  })();

</script>
<?php 
}
?>
 

<?php 
//网站头部
$tpl_header = $flow_checkout ? 'tpl_header_checkout.php' : 'tpl_header.php';
require $template->get_template_dir($tpl_header, DIR_WS_TEMPLATE, $current_page_base, 'common') . '/' . $tpl_header;
?>
  
<div class="mainauto"><?php 
/*网站主体代码*/
require $body_code;
?>
 </div>  
 
<?php 
//网站底部的产品推荐
if (zen_page_path_check($current_page_base, $p_recommend_content_chk)) {
    require $template->get_template_dir('tpl_modules_products_recommend.php', DIR_WS_TEMPLATE, $current_page_base, 'templates') . '/tpl_modules_products_recommend.php';
}
//网站底部
require $template->get_template_dir('tpl_footer.php', DIR_WS_TEMPLATE, $current_page_base, 'common') . '/tpl_footer.php';
?>


</body>