vers. 2.5.0
This commit is contained in:
6
config/ajaxModule.inc.php
Normal file → Executable file
6
config/ajaxModule.inc.php
Normal file → Executable file
@@ -35,6 +35,9 @@ if ($is_ajax) {
|
||||
include './pages/page/404.php';
|
||||
}
|
||||
break;
|
||||
case 'podcast':
|
||||
include './pages/page/podcast.php';
|
||||
break;
|
||||
case 'page':
|
||||
switch ($param) {
|
||||
case 'about':
|
||||
@@ -46,9 +49,6 @@ if ($is_ajax) {
|
||||
case 'copyright':
|
||||
include './pages/page/copyright.php';
|
||||
break;
|
||||
case 'addradio':
|
||||
include './pages/page/addradio.php';
|
||||
break;
|
||||
case 'termini-condizioni':
|
||||
include './pages/page/terminicondizioni.php';
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user