I'm new to Kohana Framework
and would like to know how to call a CSS file.
I'm new to Kohana Framework
and would like to know how to call a CSS file.
You can use URL :: base:
<?php echo URL::base(); ?>
Example: <link src="<?=url::base()?>assets/css/layout.css" />