Commit e468e3c2 by Crisu83

Renamed the vendors folder to lib and added GA to the demo.

parent 953d1e60
// IMPORTS
@import "../../vendors/bootstrap/less/bootstrap.less";
@import "../../lib/bootstrap/less/bootstrap.less";
// VARIABLES
......
......@@ -6,6 +6,19 @@
<title><?php echo CHtml::encode($this->pageTitle); ?></title>
<link rel="stylesheet/less" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/less/styles.less" />
<script type="text/javascript" src="<?php echo Yii::app()->request->baseUrl; ?>/js/less/less-1.2.1.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29040179-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body id="top">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment