diff --git a/modules/customermanagment/profile.php b/modules/customermanagment/profile.php index 402717e..0140d5a 100644 --- a/modules/customermanagment/profile.php +++ b/modules/customermanagment/profile.php @@ -81,24 +81,22 @@ - - Delete - Profile - +
+ + Delete + Profile + +
moduleExists("Support Manager")) { - echo "HI"; $module = $db->getModuleByName("Support Manager"); - var_dump($module->getIncludeables()); if ($module->getIncludeable("profile_overview")['permission'] <= $user->getPermissions()) { - var_dump($module->getIncludeable("profile_overview")); - echo(dirname(__FILE__) . "/../modules/" . $module->getIncludeable("profile_overview")['link']); + include(dirname(__FILE__) . "/../" . $module->getIncludeable("profile_overview")['link']); } -}*/ +} ?> \ No newline at end of file