March 13th, 2010, 09:00 AM
|
#3 (permalink)
|
| Junior Member Verified Customer
Join Date: Aug 2008
Posts: 23
|
OK - it works - thank you. Quote:
{
$query = "SELECT id,user,userid,cat,storecat,title,ismature,bigimage,height,width FROM {$Globals['pp_db_prefix']}photos WHERE approved=1 AND storecat=0 $userq $catquery ORDER BY date DESC LIMIT $grabnum";
$group_title = "NEUESTE BILDER · <a title=\"popular photos\" href=\"javascript:sendFeatReq('most_views','$ispal','$cat');\">BELIEBTESTE BILDER</a> · <a title=\"random photos\" href=\"javascript:sendFeatReq('random','$ispal','$cat');\">ZUFALLSAUSWAHL</a>$catname";
}
| For your next Version i think, it would be better to use the language-variables direct for the start-site.
|
| |