cms_module.assembly_brand.php 1.2 KB

12345678910111213141516171819
  1. <?php defined('InShopNC') or exit('Access Invalid!');?>
  2. <!-- 品牌 -->
  3. <div class="cms-module-assembly-brand">
  4. <div class="title-bar">
  5. <h3 id="<?php echo $block_name;?>_brand_title" nctype="object_module_edit"><?php echo "<?php echo \$module_content['".$block_name."_brand_title'];?>";?></h3>
  6. <?php echo "<?php if(\$output['edit_flag']) {?>";?>
  7. <div class="cms-index-module-handle"><a nctype="btn_module_title_edit" href="JavaScript:void(0);" class="tip-r" title="<?php echo $lang['cms_index_module_title_edit'];?>"><?php echo $lang['cms_index_module_title_edit'];?></a></div>
  8. <?php echo "<?php } ?>";?>
  9. </div>
  10. <div class="content-box">
  11. <ul id="<?php echo $block_name;?>_brand_content" nctype="object_module_edit">
  12. <?php echo "<?php echo html_entity_decode(\$module_content['".$block_name."_brand_content']);?>";?>
  13. </ul>
  14. <?php echo "<?php if(\$output['edit_flag']) { ?>";?>
  15. <div class="cms-index-module-handle"><a nctype="btn_module_brand_edit" href="JavaScript:void(0);" class="tip-l" title="<?php echo $lang['cms_index_module_brand_edit'];?>"><?php echo $lang['cms_index_module_brand_edit'];?></a></div>
  16. <?php echo "<?php } ?>";?>
  17. </div>
  18. </div>