| @@ 38-40 (lines=3) @@ | ||
| 35 | */ |
|
| 36 | require_once __DIR__ . '/header.php'; |
|
| 37 | require_once XOOPS_ROOT_PATH . '/modules/news/include/functions.php'; |
|
| 38 | if (!news_getmoduleoption('tags') || !xoops_isActiveModule('tag')) { |
|
| 39 | redirect_header('index.php', 2, _ERRORS); |
|
| 40 | } |
|
| 41 | require_once XOOPS_ROOT_PATH . '/modules/tag/list.tag.php'; |
|
| 42 | ||
| @@ 39-41 (lines=3) @@ | ||
| 36 | require_once __DIR__ . '/header.php'; |
|
| 37 | require_once XOOPS_ROOT_PATH . '/modules/news/include/functions.php'; |
|
| 38 | ||
| 39 | if (!news_getmoduleoption('tags') || !xoops_isActiveModule('tag')) { |
|
| 40 | redirect_header('index.php', 2, _ERRORS); |
|
| 41 | } |
|
| 42 | require XOOPS_ROOT_PATH . '/modules/tag/view.tag.php'; |
|
| 43 | ||