Example #1
0
/**
 * Default Juliar Foundation Ice Layout
 * author: Andrei Makhanov <*****@*****.**>
 * inception date: 9/16/2015
 * Layout that is used when using render... To not render this content use renderPartial(); 
 */
?>

<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width" />
		<title><?php 
echo Session::fullTitle();
?>
</title>
		<link rel="stylesheet" href="<?php 
echo Session::bower();
?>
foundation/css/normalize.min.css" />
		<link rel="stylesheet" href="<?php 
echo Session::bower();
?>
foundation/css/foundation.min.css" />
		<link rel="stylesheet" href="<?php 
echo Session::css();
?>
styles.css" />
		<script src="<?php