Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

GLOBALS in subcategory.html

Quote Reply
GLOBALS in subcategory.html
Just a hint: If you wanted to use these variables in the subcategory.html (such as using a relative path for graphics attached to the name) you need to pass in the array. You need to change the call to the $load_template routine in sub site_html_print_cat

Code:
$output .= &load_template ('subcategory.html', {%$cat_r, %GLOBALS} , undef, $template);

Subject Author Views Date
Post GLOBALS in subcategory.html pugdog 1335 Jan 9, 2000, 5:24 PM