1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01: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%"); }