added js for urchin tracking
git-svn-id: svn://10.0.0.236/trunk@203486 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -7,7 +7,7 @@ class UsersController extends AppController {
|
||||
|
||||
var $name = 'Users';
|
||||
|
||||
var $helpers = array('html');
|
||||
var $helpers = array('html','javascript');
|
||||
|
||||
/**
|
||||
* Nothing to see here
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<?php echo $html->css('rustico/template'); ?>
|
||||
<?php echo $html->css('rustico/content'); ?>
|
||||
<?php echo $html->css('screen'); ?>
|
||||
<?php echo $javascript->link('__utm'); ?>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
|
||||
Reference in New Issue
Block a user