@@ 89-93 (lines=5) @@ | ||
86 | $xoopsTpl->assign('mylinksthemeoption', $mylinkstheme_select); |
|
87 | ||
88 | //wanikoo search |
|
89 | if (file_exists(XOOPS_ROOT_PATH . '/language/' . $xoopsConfig['language'] . '/search.php')) { |
|
90 | include_once XOOPS_ROOT_PATH . '/language/' . $xoopsConfig['language'] . '/search.php'; |
|
91 | } else { |
|
92 | include_once XOOPS_ROOT_PATH . '/language/english/search.php'; |
|
93 | } |
|
94 | ||
95 | $xoopsTpl->assign('lang_all', _SR_ALL); |
|
96 | $xoopsTpl->assign('lang_any', _SR_ANY); |
@@ 155-159 (lines=5) @@ | ||
152 | $xoopsTpl->assign('mylinksthemeoption', $mylinkstheme_select); |
|
153 | ||
154 | //wanikoo search |
|
155 | if (file_exists(XOOPS_ROOT_PATH . '/language/' . $xoopsConfig['language'] . '/search.php')) { |
|
156 | include_once XOOPS_ROOT_PATH . '/language/' . $xoopsConfig['language'] . '/search.php'; |
|
157 | } else { |
|
158 | include_once XOOPS_ROOT_PATH . '/language/english/search.php'; |
|
159 | } |
|
160 | $xoopsTpl->assign('lang_all', _SR_ALL); |
|
161 | $xoopsTpl->assign('lang_any', _SR_ANY); |
|
162 | $xoopsTpl->assign('lang_exact', _SR_EXACT); |
@@ 151-155 (lines=5) @@ | ||
148 | $xoopsTpl->assign('mylinksthemeoption', $mylinkstheme_select); |
|
149 | ||
150 | //wanikoo search |
|
151 | if (file_exists(XOOPS_ROOT_PATH . '/language/' . $xoopsConfig['language'] . '/search.php')) { |
|
152 | include_once XOOPS_ROOT_PATH . '/language/' . $xoopsConfig['language'] . '/search.php'; |
|
153 | } else { |
|
154 | include_once XOOPS_ROOT_PATH . '/language/english/search.php'; |
|
155 | } |
|
156 | $xoopsTpl->assign('lang_all', _SR_ALL); |
|
157 | $xoopsTpl->assign('lang_any', _SR_ANY); |
|
158 | $xoopsTpl->assign('lang_exact', _SR_EXACT); |
@@ 195-199 (lines=5) @@ | ||
192 | //wanikoo end |
|
193 | ||
194 | //wanikoo search |
|
195 | if (file_exists(XOOPS_ROOT_PATH . '/language/' . $xoopsConfig['language'] . '/search.php')) { |
|
196 | include_once XOOPS_ROOT_PATH . '/language/' . $xoopsConfig['language'] . '/search.php'; |
|
197 | } else { |
|
198 | include_once XOOPS_ROOT_PATH . '/language/english/search.php'; |
|
199 | } |
|
200 | $xoopsTpl->assign('lang_all', _SR_ALL); |
|
201 | $xoopsTpl->assign('lang_any', _SR_ANY); |
|
202 | $xoopsTpl->assign('lang_exact', _SR_EXACT); |
@@ 164-168 (lines=5) @@ | ||
161 | $xoopsTpl->assign('mylinksthemeoption', $mylinkstheme_select); |
|
162 | ||
163 | //wanikoo search |
|
164 | if (file_exists(XOOPS_ROOT_PATH . '/language/' . $xoopsConfig['language'] . '/search.php')) { |
|
165 | include_once XOOPS_ROOT_PATH . '/language/' . $xoopsConfig['language'] . '/search.php'; |
|
166 | } else { |
|
167 | include_once XOOPS_ROOT_PATH . '/language/english/search.php'; |
|
168 | } |
|
169 | $xoopsTpl->assign('lang_all', _SR_ALL); |
|
170 | $xoopsTpl->assign('lang_any', _SR_ANY); |
|
171 | $xoopsTpl->assign('lang_exact', _SR_EXACT); |
@@ 332-336 (lines=5) @@ | ||
329 | //wanikoo end |
|
330 | ||
331 | //wanikoo search |
|
332 | if (file_exists(XOOPS_ROOT_PATH . '/language/' . $xoopsConfig['language'] . '/search.php')) { |
|
333 | include_once XOOPS_ROOT_PATH . '/language/' . $xoopsConfig['language'] . '/search.php'; |
|
334 | } else { |
|
335 | include_once XOOPS_ROOT_PATH . '/language/english/search.php'; |
|
336 | } |
|
337 | $xoopsTpl->assign('lang_all', _SR_ALL); |
|
338 | $xoopsTpl->assign('lang_any', _SR_ANY); |
|
339 | $xoopsTpl->assign('lang_exact', _SR_EXACT); |