Просмотр файла library/contents.php
<?php /** * @package JohnCMS * @link http://johncms.com * @copyright Copyright (C) 2008-2015 JohnCMS Community * @license LICENSE.txt (see attached file) * @version VERSION.txt (see attached file) * @author http://johncms.com/about */ define('_IN_JOHNCMS', 1); require('../incfiles/core.php'); $textl = $lng['library']; require('../incfiles/head.php'); $map = new sitemap(); echo $map->library_contents(); require('../incfiles/end.php');