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) {