Hi,
Thanks again. You wrote this before:
You can replace
if($current_category_id == 13) {
with
if((int)$_GET['cPath'] == 13) {
which strips any subcat ids off of the current $cPath value.
Where do i need to change that?
Hi,
Thanks again. You wrote this before:
You can replace
if($current_category_id == 13) {
with
if((int)$_GET['cPath'] == 13) {
which strips any subcat ids off of the current $cPath value.
Where do i need to change that?
Probably in includes\modules\sideboxes\TEMPLATE\separate_category_sidebox.php, though I don't have the files at hand to say exactly where.
How do you move the link from the default center to the left side? please help.