mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
SEF URL for Downloads frontpage
This commit is contained in:
@@ -16,7 +16,7 @@ class download_frontpage // include plugin-folder in the name.
|
|||||||
function config()
|
function config()
|
||||||
{
|
{
|
||||||
|
|
||||||
$frontPage = array('page' => '{e_PLUGIN}download/download.php', 'title' => LAN_PLUGIN_DOWNLOAD_NAME);
|
$frontPage = array('page' => e107::url('download', 'index'), 'title' => LAN_PLUGIN_DOWNLOAD_NAME);
|
||||||
|
|
||||||
return $frontPage;
|
return $frontPage;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user