summaryrefslogtreecommitdiff
path: root/protected/views/layouts/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/views/layouts/main.php')
-rw-r--r--protected/views/layouts/main.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/protected/views/layouts/main.php b/protected/views/layouts/main.php
index 0f37cf2..7a9f52e 100644
--- a/protected/views/layouts/main.php
+++ b/protected/views/layouts/main.php
@@ -13,6 +13,8 @@
<link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/main.css" />
<link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/form.css" />
+ <?php Html::registerJavascript("string.js"); ?>
+
<title><?php echo CHtml::encode($this->pageTitle); ?></title>
</head>