1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 12:41:51 +02:00

Removed old code

This commit is contained in:
Cameron 2013-04-14 11:12:14 -07:00
parent e6254be4b9
commit 146bb5b998

View File

@ -7,13 +7,6 @@
*/
if (!defined('e107_INIT')) { exit; }
// Override support
if(file_exists(e_PLUGIN.'gallery/custom_header.php'))
{
include(e_PLUGIN.'gallery/custom_header.php');
return;
}
e107::js('gallery', 'jslib/lightbox/js/lightbox.js','jquery');
e107::css('gallery', 'jslib/lightbox/css/lightbox.css','jquery');