[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
perpustakaan
/
template
/
classic
/
[
Home
]
File: index_template.inc.php
<?php /** * @Author: ido_alit * @Date: 2015-11-12 18:45:37 * @Last Modified by: ido_alit * @Last Modified time: 2015-11-22 19:23:00 */ /* ========================= Be sure that this file not accessed directly ========================= */ if (!defined('INDEX_AUTH')) { die("can not access this file directly"); } elseif (INDEX_AUTH != 1) { die("can not access this file directly"); } /* ========================= Define current public template directory ========================= */ define('CURRENT_TEMPLATE_DIR', $sysconf['template']['dir'].'/'.$sysconf['template']['theme'].'/'); /* ========================= Load config template ========================= */ include 'tinfo.inc.php'; utility::loadSettings($dbs); /* ========================= Load custome function ========================= */ include 'function.php'; /* ========================= Load header - open html tag - head tag - open body tag ========================= */ include 'part/header.php'; /* ========================= Load content ========================= | You can change the layout of template part | by change/move/remove structure of load content part */ include 'part/content/library-name.php'; include 'part/content/nav.php'; // open row for grouping include 'part/content/row_open.php'; include 'part/main-content.php'; include 'part/sidebar.php'; // close row include 'part/content/row_close.php'; // include 'part/content/footer.php'; /* ========================= Load footer - close body tag - close html tag ========================= */ include 'part/footer.php';