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
    include_once XOOPS_ROOT_PATH . '/modules/smarttie/smarttie_links.php';
186
        $xoopsTpl->assign('smarttie',1);
187
}
188
//end code for smarttie
189
190
include_once(XOOPS_ROOT_PATH . "/footer.php");

faq.php 1 location

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