Re: 2 rows.html templates
try this
if ($link_type == "banner" )
$links_obj->template_file = $theme_path."rows.html";
else
$links_obj->template_file = $theme_path."rows_text.html";
seems like it should be
if ($link_type == "banner" )
$links_obj->template_file = $theme_path."rows_text.html";
else
$links_obj->template_file = $theme_path."rows.html";
Last edited by esm; 12-27-2003 at 06:27 PM.
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.