cms_module.assembly_html.php 720 B

12345678910111213
  1. <?php defined('InShopNC') or exit('Access Invalid!');?>
  2. <!-- 文章 -->
  3. <div class="cms-module-assembly-html">
  4. <div class="content-box">
  5. <div id="<?php echo $block_name;?>_html_content" nctype="object_module_edit">
  6. <?php echo "<?php echo html_entity_decode(\$module_content['".$block_name."_html_content']);?>";?>
  7. </div>
  8. <?php echo "<?php if(\$output['edit_flag']) { ?>";?>
  9. <div class="cms-index-module-handle"><a nctype="btn_module_html_edit" href="JavaScript:void(0);" class="tip-l" title="<?php echo $lang['cms_index_module_html_edit'];?>"><?php echo $lang['cms_index_module_html_edit'];?></a></div>
  10. <?php echo "<?php } ?>";?>
  11. </div>
  12. </div>