From 1ed4d77a637d94d5e4cb39aebee455e6f38d1a8b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 18 Feb 2005 07:22:20 +0000 Subject: [PATCH] r62: Removed globalization of pcv_select_row template. Removed old PCV selection template. --- global.php | 3 +-- templates/default/productselect.tpl | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 templates/default/productselect.tpl diff --git a/global.php b/global.php index fcacfe2..126eb42 100755 --- a/global.php +++ b/global.php @@ -32,8 +32,7 @@ $globaltemplates = array( 'headinclude', 'footer', 'selectoption', - 'selectoptgroup', - 'pcv_select_row' + 'selectoptgroup' ); $tpl->cache(array_merge($globaltemplates, (array)$fetchtemplates)); diff --git a/templates/default/productselect.tpl b/templates/default/productselect.tpl deleted file mode 100644 index 204ad9d..0000000 --- a/templates/default/productselect.tpl +++ /dev/null @@ -1,12 +0,0 @@ -
$select[method]get"> - -$select[display]: - - - - - - - - - \ No newline at end of file -- 2.22.5