svn: /pear2/sandbox/pear2.php.net/trunk/templates/pear2/ Main.tpl.php
[email protected] (Brett Bieber)
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
saltybeagle Tue, 01 Jun 2010 19:37:58 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300070
Log:
Logo at upper left should link to homepage.
Changed paths:
U pear2/sandbox/pear2.php.net/trunk/templates/pear2/Main.tpl.php
Modified: pear2/sandbox/pear2.php.net/trunk/templates/pear2/Main.tpl.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/templates/pear2/Main.tpl.php 2010-06-01 19:36:49 UTC (rev 300069)
+++ pear2/sandbox/pear2.php.net/trunk/templates/pear2/Main.tpl.php 2010-06-01 19:37:58 UTC (rev 300070)
@@ -21,7 +21,7 @@
<div id="top">
<div class="content">
- <h1><img src="templates/pear2/css/img/logo.png" alt="Pear" /><span>PHP Extension and Application Repository</span></h1>
+ <h1><a href="<?php echo PEAR2\SimpleChannelFrontend\Main::getURL(); ?>"><img src="templates/pear2/css/img/logo.png" alt="Pear" /><span>PHP Extension and Application Repository</span></a></h1>
<div id="nav">
<ul id="navbar">
<li><a href="<?php echo PEAR2\SimpleChannelFrontend\Main::getURL('PEAR2\SimpleChannelFrontend\News'); ?>">Home</a></li>