Code Duplication    Length = 4-4 lines in 2 locations

category.php 1 location

@@ 179-182 (lines=4) @@
176
// End Page Title Hack by marcan
177
178
//code to include smartie
179
if (file_exists(XOOPS_ROOT_PATH . '/modules/smarttie/smarttie_links.php')) {
180
    require_once XOOPS_ROOT_PATH . '/modules/smarttie/smarttie_links.php';
181
    $xoopsTpl->assign('smarttie', 1);
182
}
183
//end code for smarttie
184
185
require_once XOOPS_ROOT_PATH . '/footer.php';

faq.php 1 location

@@ 108-111 (lines=4) @@
105
}
106
107
//code to include smartie
108
if (file_exists(XOOPS_ROOT_PATH . '/modules/smarttie/smarttie_links.php')) {
109
    require_once XOOPS_ROOT_PATH . '/modules/smarttie/smarttie_links.php';
110
    $xoopsTpl->assign('smarttie', 1);
111
}
112
//end code for smarttie
113
114
require_once XOOPS_ROOT_PATH . '/footer.php';