|
From: <ada...@us...> - 2003-07-19 18:05:22
|
Update of /cvsroot/phpwebsite-comm/modules/article/conf
In directory sc8-pr-cvs1:/tmp/cvs-serv436/conf
Modified Files:
boost.php
Log Message:
Printable version can now show site header & footer if set in the Configuration menu
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/conf/boost.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** boost.php 16 Jul 2003 19:47:45 -0000 1.2
--- boost.php 19 Jul 2003 18:05:18 -0000 1.3
***************
*** 18,22 ****
$admin_mod = 1;
$active = "on";
! $version = 1.2;
$mod_class_files = array("ArticleManager.php",
--- 18,22 ----
$admin_mod = 1;
$active = "on";
! $version = 1.3;
$mod_class_files = array("ArticleManager.php",
|