svn: /pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/ ReleaseFileBrowser.tpl.php
[email protected] (Michael Gauthier)
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
gauthierm Tue, 13 Jul 2010 19:18:14 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=301250
Log:
Only display chevron in header if there is a filename selected.
Changed paths:
U pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/ReleaseFileBrowser.tpl.php
Modified: pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/ReleaseFileBrowser.tpl.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/ReleaseFileBrowser.tpl.php 2010-07-13 19:17:04 UTC (rev 301249)
+++ pear2/sandbox/pear2.php.net/trunk/www/templates/pear2/html/ReleaseFileBrowser.tpl.php 2010-07-13 19:18:14 UTC (rev 301250)
@@ -35,9 +35,8 @@
echo '-<a href="' . $releaseURL . '">' . $context->package->version['release'] . '</a>';
}
- echo ' › ';
-
if (isset($context->options['file'])) {
+ echo ' › ';
echo '<span>' . $context->options['file'] . '</span>';
}
?>