mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +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()
|
||||
{
|
||||
|
||||
$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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user