best theming way
-
hi,
I want different sidebar(right). For now I am using this way:
<?php
if($url_check==’contact’)
{
CONTACT FORM
}
else if($url_check==’about_us’)
{
TESTIMONIALS
}
?>This way Conditions I am using are STATIC like contact,about_us.
Now what If admin changes contact to contact-us.So, I want Dynamic Solution(condition).
Please help me…
Thanks
Cristopher.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘best theming way’ is closed to new replies.