summaryrefslogtreecommitdiffstats
path: root/application/layouts/main.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/layouts/main.phtml')
-rw-r--r--application/layouts/main.phtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/application/layouts/main.phtml b/application/layouts/main.phtml
index 483d267..57d09c7 100644
--- a/application/layouts/main.phtml
+++ b/application/layouts/main.phtml
@@ -4,6 +4,9 @@
<head>
<?php
+$request = Zend_Controller_Front::getInstance()->getRequest();
+$this->headTitle()->append(ucwords($request->getControllerName()));
+$this->headTitle()->append(ucwords($request->getActionName()));
echo $this->headTitle()."\n";
echo $this->headMeta()."\n";
echo $this->headStyle()."\n";