With Kohana, using a Templating system, what is the correct way to link to the style sheets, javascript files and most importantly images?
Shall I add <?php echo url::base() ?> in front of links? This surely does work but doesn’t seem like the correct way to do things.
What is the correct way?
DOCROOTsomewhere:DOCROOT/assets/images/url::base().'assets/images/thing.pngurl::site('assets/images/thing.png')<base href="<?=url::base()?>(then use normal relative links in your html)