browsetemplate.html.php 547 B

12345678910111213
  1. <?php
  2. /**
  3. * The browse template view file of doc module of ZenTaoPMS.
  4. * @copyright Copyright 2009-2024 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
  5. * @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
  6. * @author Song chenxuan<songchenxuan@easycorp.ltd>
  7. * @package doc
  8. * @link https://www.zentao.net
  9. */
  10. namespace zin;
  11. if($mode == 'home' || !$libID) include './templatehome.html.php';
  12. else include './templatelist.html.php';