mirror of
https://github.com/e107inc/e107.git
synced 2025-07-16 12:36:26 +02:00
Removed old code
This commit is contained in:
@ -7,13 +7,6 @@
|
|||||||
*/
|
*/
|
||||||
if (!defined('e107_INIT')) { exit; }
|
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::js('gallery', 'jslib/lightbox/js/lightbox.js','jquery');
|
||||||
e107::css('gallery', 'jslib/lightbox/css/lightbox.css','jquery');
|
e107::css('gallery', 'jslib/lightbox/css/lightbox.css','jquery');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user