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

Update pm_menu.php

This commit is contained in:
rica-carv
2017-04-03 15:20:51 +01:00
committed by GitHub
parent d1c96113e7
commit a34fe15675

View File

@@ -88,7 +88,7 @@ if (file_exists(THEME."templates/pm_template.php"))
}
else
{
include(e_CORE."templates/pm_template.php");
include(e_PLUGIN.'pm/templates/pm_template.php');
}
//if(!isset($pm_prefs['perpage']))