mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
SEF URL for Downloads frontpage
This commit is contained in:
parent
b9af475ecb
commit
9512838c60
@ -16,7 +16,7 @@ class download_frontpage // include plugin-folder in the name.
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user