1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Basic no JavaScript support using CSS

This commit is contained in:
bugrain
2009-08-06 22:41:35 +00:00
parent 7c0193b927
commit 6d87c01155
4 changed files with 97 additions and 38 deletions

View File

@@ -12,9 +12,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/header.php,v $
| $Revision: 1.42 $
| $Date: 2009-08-05 14:20:40 $
| $Author: e107coders $
| $Revision: 1.43 $
| $Date: 2009-08-06 22:41:34 $
| $Author: bugrain $
+---------------------------------------------------------------+
*/
@@ -264,6 +264,8 @@ if (function_exists('headerjs')){echo headerjs(); }
//
echo "<!-- *CSS* -->\n";
require_once(e_FILE."/e_css.php");
if (isset($eplug_css) && $eplug_css) {
echo "\n<!-- eplug_css -->\n";
echo "<link rel='stylesheet' href='{$eplug_css}' type='text/css' />\n";