| non validating urls in profile template
i am looking trough the templates.. and in template:adv_gallery_member_block
all the links in my stuff are:
1. not very appealing.. (lots of empty not needed vars)
example:
<a href="$ppg_options[gallery_url]/browseimages.php?$session[sessionurl]s=&do=member&catid=&imageuser=$userinfo[userid]&searchid=&orderby=views&direction=DESC&cutoffdate=-1">
and:
2. the page will not validate because of the missing ampersands.. so that url should be:
<a href="$ppg_options[gallery_url]/browseimages.php?$session[sessionurl]&do=member&imageuser=$userinfo[userid]&orderby=views&direction=DESC&cutoffdate=-1">
------------
there a couple of those in that template..
please forward to michael.
Luc
|