|
From: Benjamin C. <bc...@us...> - 2002-04-03 18:45:57
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv21251
Modified Files:
include.php
Log Message:
Cleanup
Index: include.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/include.php,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- include.php 3 Apr 2002 01:00:52 -0000 1.106
+++ include.php 3 Apr 2002 18:45:50 -0000 1.107
@@ -113,7 +113,11 @@
$t->register_function('build_select', 'build_select');
$t->register_function('project_js', 'build_project_js');
$t->register_modifier('date', 'bt_date');
-$t->assign('STRING', $STRING);
+$t->assign(array(
+ 'STRING' => $STRING,
+ 'TITLE' => $TITLE,
+ 'STYLE' => STYLE
+ ));
if (defined('TEMPLATE_PATH')) {
$t->assign('template_path', '../templates/'.THEME.'/'.TEMPLATE_PATH);
|