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

Update download.php

This commit is contained in:
rica-carv
2016-12-04 17:33:27 +00:00
committed by GitHub
parent 7a5086d25c
commit fe2b66614f

View File

@@ -44,6 +44,7 @@ if (!e107::isInstalled('download'))
$dl = new download();
if(!defined("e_PAGETITLE")) {define("e_PAGETITLE", LAN_PLUGIN_DOWNLOAD_NAME);}
if(!defined("USER_WIDTH") && !deftrue('BOOTSTRAP')) { define("USER_WIDTH","width:100%"); }