-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathhandbook_footer.inc.php
22 lines (18 loc) · 1.07 KB
/
handbook_footer.inc.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
/************************************************************************/
/* AContent */
/************************************************************************/
/* Copyright (c) 2010 */
/* Inclusive Design Institute */
/* */
/* This program is free software. You can redistribute it and/or */
/* modify it under the terms of the GNU General Public License */
/* as published by the Free Software Foundation. */
/************************************************************************/
if (!defined('TR_INCLUDE_PATH')) { exit; }
if (isset($prev_page)) $savant->assign('prev_page', $prev_page);
if (isset($next_page)) $savant->assign('next_page', $next_page);
$savant->assign('pages', $_pages);
$savant->assign('base_path', TR_BASE_HREF);
$savant->display('include/handbook_footer.tmpl.php');
?>