Code Duplication    Length = 4-4 lines in 2 locations

category.php 1 location

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

faq.php 1 location

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