Revision: 503
http://cs-content.svn.sourceforge.net/cs-content/?rev=503&view=rev
Author: crazedsanity
Date: 2011-11-22 03:57:58 +0000 (Tue, 22 Nov 2011)
Log Message:
-----------
Removed an old, unused CSS class...
Modified Paths:
--------------
trunk/current/sample_files/templates/menu.shared.tmpl
Modified: trunk/current/sample_files/templates/menu.shared.tmpl
===================================================================
--- trunk/current/sample_files/templates/menu.shared.tmpl 2011-10-26 05:18:03 UTC (rev 502)
+++ trunk/current/sample_files/templates/menu.shared.tmpl 2011-11-22 03:57:58 UTC (rev 503)
@@ -1,7 +1,7 @@
<table>
<!-- BEGIN menu_row-index -->
<tr>
- <td align="center" nowrap="nowrap" class="noul">
+ <td align="center" nowrap="nowrap">
{lsel_content} <a href="/content/index.html">Main page</a> {rsel_content}
<br>
<br>
@@ -9,7 +9,7 @@
</tr>
<!-- END menu_row-index --><!-- BEGIN menu_row-member -->
<tr>
- <td align="center" nowrap="nowrap" class="noul">
+ <td align="center" nowrap="nowrap">
{lsel_member} <a href="/content/member.html" title="Blogs & stuff... not just for members!">Members Area</a> {rsel_member}
<br>
@@ -18,7 +18,7 @@
</tr>
<!-- END menu_row-member --><!-- BEGIN menu_row-slaughterstock -->
<tr>
- <td align="center" nowrap="nowrap" class="noul">
+ <td align="center" nowrap="nowrap">
{lsel_slaughterstock} <a href="/slaughterstock/"
title="The coolest annual party EVER (probably)">SlaughterStock</a> {rsel_slaughterstock}
@@ -28,7 +28,7 @@
</tr>
<!-- END menu_row-slaughterstock --><!-- BEGIN menu_row-devCorner -->
<tr>
- <td align="center" nowrap="nowrap" class="noul">
+ <td align="center" nowrap="nowrap">
{lsel_devCorner} <a href="/content/devCorner.html">Developer's Corner</a> {rsel_devCorner}
<br>
@@ -37,7 +37,7 @@
</tr>
<!-- END menu_row-devCorner --><!-- BEGIN menu_row-links -->
<tr>
- <td align="center" nowrap="nowrap" class="noul">
+ <td align="center" nowrap="nowrap">
{lsel_links} <a href="/content/links.html">Links</a> {rsel_links}
<br>
<br>
@@ -46,11 +46,11 @@
</tr>
<!-- END menu_row-links --><!-- BEGIN menu_row-contact -->
<tr>
- <td align="center" nowrap="nowrap" class="noul">
+ <td align="center" nowrap="nowrap">
{lsel_contact} <a href="/content/contact.html">Contact Us</a> {rsel_contact}
<br>
<br>
</td>
</tr>
<!-- END menu_row-contact -->
- </table>
\ No newline at end of file
+ </table>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|