Quote:
Originally Posted by deathemperor
I suggest you use this function to remove the templates
PHP Code:
function template_delete($title)
{
global $DB_site;
$DB_site->query("DELETE FROM " . TABLE_PREFIX . "template WHERE title = '$title'");
}
of course you will have to enter all the title of the templates you want to remove.
it's easier in vb3.5...
|
ty, yeah 3.5 will be easier but i promised backward compatiability for this version
edit:
how about reading that action="" thing i added to the <template> tag? because the parser does not seem to read it.