Guest User

Untitled

a guest
Oct 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2.  
  3. // 分类 block
  4. if (TPL::is_output('block/content_category.tpl.htm','home/explore')) // 第二个参数改成当前模板路径
  5. {
  6. $content_category = $this->model('module')->content_category();
  7. TPL::assign('content_category', $content_category);
  8. }
Add Comment
Please, Sign In to add comment