Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add search icon into result of XOOPS global search
XOOPS のグローバルサーチの検索結果のアイコン画像を追加し、指定した。

ref. http://xoops.hypweb.net/modules/forum/index.php?topic_id=3343
  • Loading branch information
nao-pon committed Aug 19, 2013
1 parent c34edf6 commit d4da4da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -90,7 +90,7 @@ function get ($keywords , $andor , $limit , $offset , $userid) {
$ret[] = array(
'link' => $link . ((strpos($link, '?') === false)? '?' : '&') . 'word=' . $sword,
'title' => htmlspecialchars($myrow['name'].$title, ENT_QUOTES),
'image' => '',
'image' => 'skin/loader.php?src=xoops_search.png',
'time' => $myrow['editedtime'] + $this->cont['LOCALZONE'],
'uid' => $myrow['uid'],
'page' => $myrow['name'],
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d4da4da

Please sign in to comment.