diff options
author | M.Gergo | 2020-10-28 11:35:04 +0100 |
---|---|---|
committer | M.Gergo | 2020-10-28 11:35:04 +0100 |
commit | c279e479aa9c943fd0fc2b396638a5208c78cfb9 (patch) | |
tree | 934606a81b5facced41a555ccfd606f2ab56c195 /mayor-orig/mayor-felveteli/www | |
parent | a5ac3d0ab4015ed2683706cd0677ce6ce159f0ed (diff) | |
download | mayor-c279e479aa9c943fd0fc2b396638a5208c78cfb9.tar.gz mayor-c279e479aa9c943fd0fc2b396638a5208c78cfb9.zip |
Rev: 4695rev4695
Diffstat (limited to 'mayor-orig/mayor-felveteli/www')
-rw-r--r-- | mayor-orig/mayor-felveteli/www/include/menu/public/hu_HU/module-felveteli.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mayor-orig/mayor-felveteli/www/include/menu/public/hu_HU/module-felveteli.php b/mayor-orig/mayor-felveteli/www/include/menu/public/hu_HU/module-felveteli.php index 4fa2aa1d..953cc817 100644 --- a/mayor-orig/mayor-felveteli/www/include/menu/public/hu_HU/module-felveteli.php +++ b/mayor-orig/mayor-felveteli/www/include/menu/public/hu_HU/module-felveteli.php @@ -1,5 +1,7 @@ <?php +if (in_array(__PORTAL_CODE,array('vmg','kos'))) { + if (__PORTAL_CODE=='kos' || $sub == 'kos') { $MENU['felveteli'] = array( array('txt' => 'Felvételi (általános iskola)', 'url' => 'index.php?page=felveteli&sub=kos') @@ -45,4 +47,6 @@ array('txt' => '6.', 'url' => 'index.php?page=felveteli&sub=tajekoztato/20082009&f=6'), ); */ + +} ?> |