1
0
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:
Cameron
2016-06-02 15:04:08 -07:00
parent 6c3638fc48
commit 0109e91271
6 changed files with 131 additions and 21 deletions

View File

@@ -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');
}