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
    include_once XOOPS_ROOT_PATH . '/modules/smarttie/smarttie_links.php';
181
    $xoopsTpl->assign('smarttie', 1);
182
}
183
//end code for smarttie
184
185
include_once(XOOPS_ROOT_PATH . '/footer.php');

faq.php 1 location

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