1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

Issue #2960 Downloads and tablerender style issue.

This commit is contained in:
Cameron
2018-01-09 14:10:56 -08:00
parent 4476336e22
commit 1fa54cf1da
3 changed files with 190 additions and 83 deletions

View File

@@ -95,16 +95,15 @@ if (!e107::isInstalled('download'))
}
$texts = $dl->render(); // Load before header.
$dl->load();
if(!defined("e_PAGETITLE")) {define("e_PAGETITLE", LAN_PLUGIN_DOWNLOAD_NAME);}
require_once (HEADERF);
// echo "<div style='background-color: yellow; font-size:1.5em; font-weight:bold;color:black; padding:5px'>".e_PAGETITLE."</div>";
echo $texts;
echo $dl->render();
require_once (FOOTERF);