Skip to content

Commit d4da4da

Browse files
committed
add search icon into result of XOOPS global search
XOOPS のグローバルサーチの検索結果のアイコン画像を追加し、指定した。 ref. http://xoops.hypweb.net/modules/forum/index.php?topic_id=3343
1 parent c34edf6 commit d4da4da

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

xoops_trust_path/modules/xpwiki/class/extension/xoopsSearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function get ($keywords , $andor , $limit , $offset , $userid) {
9090
$ret[] = array(
9191
'link' => $link . ((strpos($link, '?') === false)? '?' : '&') . 'word=' . $sword,
9292
'title' => htmlspecialchars($myrow['name'].$title, ENT_QUOTES),
93-
'image' => '',
93+
'image' => 'skin/loader.php?src=xoops_search.png',
9494
'time' => $myrow['editedtime'] + $this->cont['LOCALZONE'],
9595
'uid' => $myrow['uid'],
9696
'page' => $myrow['name'],
Loading

0 commit comments

Comments
 (0)