Autogallery template question, php
The <?echo $category;?> is working everywhere in the template except for here. Is there another way to write it in autogallery?
<%GALLERIES
TYPE Thumb
CATEGORY <?echo $category;?>
AMOUNT 30
SORT Display_Date DESC, Display_Stamp DESC
HTML Thumb
INSERT
{
LOCATION +6
HTML </tr><tr>
}
%>
|