svn: /pear2/sandbox/ SimpleChannelFrontend/trunk/www/templates/html/Support.tpl.php pear2.php.net/trunk/templates/pear2/Support.tpl.php
[email protected] (Brett Bieber)
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
saltybeagle Fri, 11 Jun 2010 12:53:57 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300376
Log:
Update support page. Add path to url. Change i to em.
Changed paths:
U pear2/sandbox/SimpleChannelFrontend/trunk/www/templates/html/Support.tpl.php
A pear2/sandbox/pear2.php.net/trunk/templates/pear2/Support.tpl.php
Modified: pear2/sandbox/SimpleChannelFrontend/trunk/www/templates/html/Support.tpl.php
===================================================================
--- pear2/sandbox/SimpleChannelFrontend/trunk/www/templates/html/Support.tpl.php 2010-06-11 11:52:31 UTC (rev 300375)
+++ pear2/sandbox/SimpleChannelFrontend/trunk/www/templates/html/Support.tpl.php 2010-06-11 12:53:57 UTC (rev 300376)
@@ -7,9 +7,9 @@
<ul>
<li>There's a Pyrus section in <a href="http://pear.php.net/manual/en/pyrus.php">PEAR manual</a>.</li>
<li>There are some PEAR-related mailing lists, check <a href="http://pear.php.net/support/lists.php">PEAR website</a> for more info.</li>
- <li>You can also ask for help on the <i><a href="irc://efnet/#pear">#pear</a></i>
+ <li>You can also ask for help on the <em><a href="irc://efnet/#pear">#pear</a></em>
<acronym title="Internet Relay Chat">IRC</acronym> channel at the
- <a href="http://www.efnet.org"> Eris Free Net</a>.
+ <a href="http://www.efnet.org/"> Eris Free Net</a>.
</li>
</ul>
</div>
Added: pear2/sandbox/pear2.php.net/trunk/templates/pear2/Support.tpl.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/templates/pear2/Support.tpl.php (rev 0)
+++ pear2/sandbox/pear2.php.net/trunk/templates/pear2/Support.tpl.php 2010-06-11 12:53:57 UTC (rev 300376)
@@ -0,0 +1,15 @@
+<?php
+// Set the title for the main template
+$parent->context->page_title = 'Support | '.PEAR2\SimpleChannelFrontend\Main::$channel->name;
+?>
+<div class="support">
+ <h2>Support</h2>
+ <ul>
+ <li>There's a Pyrus section in <a href="http://pear.php.net/manual/en/pyrus.php">PEAR manual</a>.</li>
+ <li>There are some PEAR-related mailing lists, check <a href="http://pear.php.net/support/lists.php">PEAR website</a> for more info.</li>
+ <li>You can also ask for help on the <em><a href="irc://efnet/#pear">#pear</a></em>
+ <acronym title="Internet Relay Chat">IRC</acronym> channel at the
+ <a href="http://www.efnet.org/"> Eris Free Net</a>.
+ </li>
+ </ul>
+</div>