diff options
author | M.Gergo | 2020-10-21 20:35:04 +0200 |
---|---|---|
committer | M.Gergo | 2020-10-21 20:35:04 +0200 |
commit | a5ac3d0ab4015ed2683706cd0677ce6ce159f0ed (patch) | |
tree | 8ff6d28a672bee88ec474f37f3c8e53c2629d64e /mayor-orig/mayor-portal/www/policy | |
parent | 4151aba7656fb165c54f9b77553ce96f75a52d51 (diff) | |
download | mayor-a5ac3d0ab4015ed2683706cd0677ce6ce159f0ed.tar.gz mayor-a5ac3d0ab4015ed2683706cd0677ce6ce159f0ed.zip |
Rev: 4691rev4691
Diffstat (limited to 'mayor-orig/mayor-portal/www/policy')
-rw-r--r-- | mayor-orig/mayor-portal/www/policy/private/portal/portal/portal.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mayor-orig/mayor-portal/www/policy/private/portal/portal/portal.php b/mayor-orig/mayor-portal/www/policy/private/portal/portal/portal.php index 1640b057..6e9d1cc3 100644 --- a/mayor-orig/mayor-portal/www/policy/private/portal/portal/portal.php +++ b/mayor-orig/mayor-portal/www/policy/private/portal/portal/portal.php @@ -3,6 +3,7 @@ global $skin; /* $skinnek lennie kell */ + if (defined('_POLICY') && defined('__PORTAL_CODE') && file_exists('policy/'._POLICY.'/portal/portal/portal_'.__PORTAL_CODE.'.'.$skin.'.php') ) { require('policy/'._POLICY.'/portal/portal/portal_'.__PORTAL_CODE.'.'.$skin.'.php'); } elseif (file_exists('policy/'._POLICY.'/portal/portal/portal_'.demo.'.'.$skin.'.php')) { |