s4

changeset 390:5a40f38d7daf

Do not forget link to home
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 28 Nov 2016 19:04:20 +0859
parents 3074b635687a
children 554dc6669027
files s4-funcs.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Mon Nov 28 18:56:36 2016 +0859
     1.2 +++ b/s4-funcs.sh	Mon Nov 28 19:04:20 2016 +0859
     1.3 @@ -2039,7 +2039,9 @@
     1.4        img=`query "SELECT type FROM ${tbl}_m WHERE $cond AND key='profimg' LIMIT 1;"`
     1.5        # err "img=[$img]"
     1.6        if [ -n "$img" ]; then
     1.7 +	echo "<a href=\"$hrb+$lnk\">"
     1.8  	imgsrc_cache "$dir/list" ${tbl}_m "$nm=$qname" S
     1.9 +	echo "</a>"
    1.10        else
    1.11  	iconhref2 "$dir/$deficon" "$hrb+$lnk" "$gecos"
    1.12        fi