From d47d60ff320a077c0415f63ce3da16c43e0455fb Mon Sep 17 00:00:00 2001 From: sweetas Date: Wed, 11 Jul 2007 14:07:26 +0000 Subject: [PATCH] added support for theme and sitewide visual basic script includes --- e107_themes/templates/header_default.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/e107_themes/templates/header_default.php b/e107_themes/templates/header_default.php index 22383ad2b..28a6dcb9c 100644 --- a/e107_themes/templates/header_default.php +++ b/e107_themes/templates/header_default.php @@ -6,8 +6,8 @@ | Released under the terms and conditions of the GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_themes/templates/header_default.php,v $ -| $Revision: 1.9 $ -| $Date: 2007-07-11 13:50:49 $ +| $Revision: 1.10 $ +| $Date: 2007-07-11 14:07:26 $ | $Author: sweetas $ +-----------------------------------------------------------------------------------------------+ */ @@ -103,6 +103,8 @@ if (isset($theme_js_php) && $theme_js_php) { } if (file_exists(THEME.'theme.js')) { echo "\n"; } if (filesize(e_FILE.'user.js')) { echo "\n"; } + if (file_exists(THEME.'theme.vbs')) { echo "\n"; } + if (filesize(e_FILE.'user.vbs')) { echo "\n"; } } if (isset($eplug_js) && $eplug_js) {