Skip to content

Instantly share code, notes, and snippets.

@vicox
Created April 5, 2010 20:10
Show Gist options
  • Save vicox/356802 to your computer and use it in GitHub Desktop.
Save vicox/356802 to your computer and use it in GitHub Desktop.
--- protected/application/public/views/layouts/default.orig.phtml 2009-12-07 09:09:53.000000000 +0100
+++ protected/application/public/views/layouts/default.phtml 2010-04-05 21:57:39.000000000 +0200
@@ -142,9 +142,11 @@
</div>
<?php endif ?>
<div class="titlewrapper">
- <h1 class="title">
- <?= $this->title ?>
- </h1>
+ <a href="<?= $this->base()->serviceUrl() ?>">
+ <h1 class="title">
+ <?= $this->title ?>
+ </h1>
+ </a>
</div>
<div class="descriptionwrapper">
<div class="description"><?= $this->subtitle ?></div>
@@ -288,4 +290,4 @@
<?php endif ?>
</body>
-</html>
\ No newline at end of file
+</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment