大家好,又见面了,我是你们的朋友全栈君。
例如引用:head模板:
<?php /** * prepares and displays header output * */ if (CUSTOMERS_APPROVAL_AUTHORIZATION == 1 && CUSTOMERS_AUTHORIZATION_HEADER_OFF == ‘true’ and (flag_disable_header = true; } require(template->get_template_dir(‘tpl_header.php’,DIR_WS_TEMPLATE,
?>
引 用banner:
<div id=”mainWrapper”> <?php if (SHOW_BANNERS_GROUP_SET1 != ” &&
引用 left:
<?php /** * prepares and displays left column sideboxes * */ ?> <div id=”navColumnOneWrapper” style=”width: <?php echo BOX_WIDTH_LEFT; ?>”><?php require(DIR_WS_MODULES . zen_get_module_directory(‘column_left.php’)); ?></div></td> <?php } ?>
引用 right:
<?php /** * prepares and displays right column sideboxes * */ ?> <div id=”navColumnTwoWrapper” style=”width: <?php echo BOX_WIDTH_RIGHT; ?>”><?php require(DIR_WS_MODULES . zen_get_module_directory(‘column_right.php’)); ?></div></td> <?php } ?>
引用foot:
<?php /** * prepares and displays footer output * */ if (CUSTOMERS_APPROVAL_AUTHORIZATION == 1 && CUSTOMERS_AUTHORIZATION_FOOTER_OFF == ‘true’ and (flag_disable_footer = true; } require(template->get_template_dir(‘tpl_footer.php’,DIR_WS_TEMPLATE,
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/164610.html原文链接:https://javaforall.cn