mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Missing contentEditable script added. Removed unused zrssfeed script. Added default featurebox css for a fixed height. Experimental JS manager CDN check code added (but disabled for now)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
|
||||
if (!defined('e107_INIT')){ exit; }
|
||||
//XXX If you need 'camera' please include it in your theme file.
|
||||
/*
|
||||
|
||||
if(USER_AREA)
|
||||
{
|
||||
e107::css('core','camera/css/camera.css','jquery');
|
||||
}*/
|
||||
?>
|
||||
e107::css('featurebox', 'featurebox.css');
|
||||
}
|
||||
|
Reference in New Issue
Block a user