change.zentaobiz.html.hook.php 218 B

123456789101112
  1. <?php
  2. namespace zin;
  3. global $lang;
  4. $story = data('story');
  5. $docField = array();
  6. $docField[] = section
  7. (
  8. set::title($lang->story->docs),
  9. doclist(set::data($story))
  10. );
  11. query('#files')->before($docField);