Loading template from controller
Permalink
Why when i put tthat in the controller, the view.php is choosed but view.js and view.css no?
<code>
function view() {
$this->render("templates/gallery/view");
}
</code>
I need to in front panel choose for a custom template to see the css and js loaded?
Thanks in advance,
<code>
function view() {
$this->render("templates/gallery/view");
}
</code>
I need to in front panel choose for a custom template to see the css and js loaded?
Thanks in advance,