1
Discussion & Troubleshooting / Gäste nur bestimmte Anzahl an Bildern erlauben...
« on: May 07, 2003, 03:11:23 PM »
Dachte ich mir auch schon, wäre aber vielleicht einen Mod wert

You're looking for some 4images templates and styles? Then visit this thread to show websites with 4images templates to download.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
//-----------------------------------------------------
//--- Clickstream -------------------------------------
//-----------------------------------------------------
//-----------------------------------------------------
//--- Show Site Categories ----------------------------
//-----------------------------------------------------
$categories = get_categories(0);
if (!$categories) {
$categories = $lang['no_categories'];
}
$site_template->register_vars("site-categories", $categories);
unset($categories);