From 9512838c60be2cdbf3d5a530771294b76ccd922a Mon Sep 17 00:00:00 2001 From: Tijn Kuyper <github@tijnkuyper.nl> Date: Sat, 26 Oct 2019 15:39:24 +0200 Subject: [PATCH] SEF URL for Downloads frontpage --- e107_plugins/download/e_frontpage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/download/e_frontpage.php b/e107_plugins/download/e_frontpage.php index 1e59ccdf4..f76d53bdf 100644 --- a/e107_plugins/download/e_frontpage.php +++ b/e107_plugins/download/e_frontpage.php @@ -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; }