Code Duplication    Length = 3-3 lines in 2 locations

list.tag.php 1 location

@@ 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

view.tag.php 1 location

@@ 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