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

Initial work on Download SEF Urls

This commit is contained in:
Cameron
2013-12-24 02:33:14 -08:00
parent 2e7232aa9a
commit 86be4773f4
7 changed files with 308 additions and 69 deletions

View File

@@ -70,10 +70,13 @@ if (!e107::isInstalled('download'))
}
}
$texts = $dl->render(); // Load before header.
require_once (HEADERF);
echo $texts;
require_once (FOOTERF);