Created
April 5, 2010 20:10
-
-
Save vicox/356802 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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