Code Duplication    Length = 4-4 lines in 2 locations

category.php 1 location

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

faq.php 1 location

@@ 118-121 (lines=4) @@
115
}
116
117
//code to include smartie
118
if (file_exists(XOOPS_ROOT_PATH . '/modules/smarttie/smarttie_links.php')) {
119
    include_once XOOPS_ROOT_PATH . '/modules/smarttie/smarttie_links.php';
120
    $xoopsTpl->assign('smarttie', 1);
121
}
122
//end code for smarttie
123
124
include_once XOOPS_ROOT_PATH . '/footer.php';