From: <on...@us...> - 2002-09-21 07:23:41
|
Update of /cvsroot/xoops/xoops-current/html/include In directory usw-pr-cvs1:/tmp/cvs-serv1837 Modified Files: functions.php Log Message: no message Index: functions.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/include/functions.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** functions.php 20 Sep 2002 17:06:13 -0000 1.15 --- functions.php 21 Sep 2002 07:23:38 -0000 1.16 *************** *** 48,52 **** --- 48,54 ---- echo "<meta name='generator' content='".XOOPS_VERSION."' />\n\n"; echo "<title>".$xoopsConfig['sitename']."</title>\n"; + echo "<script type='text/javascript'>\n<!--\n"; include(XOOPS_ROOT_PATH.'/include/xoopsjs.php'); + echo "\n//-->\n</script>"; $themecss = getcss(getTheme()); echo "<link rel='stylesheet' type='text/css' media='all' href='".XOOPS_URL."/xoops.css' />\n"; |