Kohana 3: Default Template [step 3]

Create the view for the default template:

/modules/common/views/template/default/default.php

 

<!DOCTYPE html>

<head>
 <title>Default template</title>

</head>

<body>
 <?php echo $content; ?>
</body>

</html>

 

 

 

Bookmark the permalink.

Leave a Reply