New Zenner
- Join Date:
- Apr 2005
- Posts:
- 54
- Plugin Contributions:
- 0
Is it possible to use php coded links in category descriptions?
Instead of links like this:
<a href="http://fabricland.com/zencart/index.php?main_page=index&cPath=86_89">Adults</a>
```I'd like to use something like this:
<a href="<?php echo ($_SERVER[''] . 'index.php?main_page=index&cPath=86_89');?>">Adults</a>