Hi Everyone,
What I want to do, is extend the css & js definitions to have alternate start / end tags...
For javascript, I want to match the normal <script></script> tags, but I also want to have it use
<?php $this->js()->start() ?> / <?php $this->js()->end() ?>
(Same for css, except using "css()")
How can I go about doing this?
Regards, Eric