Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: anwiki/_override/contentclasses/contentclass_menu/contentclass_menu.tpl.php

Issue 9051084: Changed images to use CSS sprites (Closed)
Patch Set: Removed trailing whitespaces Created Dec. 20, 2012, 3:59 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: anwiki/_override/contentclasses/contentclass_menu/contentclass_menu.tpl.php
===================================================================
--- a/anwiki/_override/contentclasses/contentclass_menu/contentclass_menu.tpl.php
+++ b/anwiki/_override/contentclasses/contentclass_menu/contentclass_menu.tpl.php
@@ -8,7 +8,7 @@
{
$HTML = <<<EOF
-<ul>
+<ul id="menu">
Felix Dahlke 2012/12/21 09:20:11 We can't do this, this is a template for all menus
Thomas Greiner 2012/12/21 09:48:48 I see anwiki as a temporary solution so that shoul
EOF;
return $HTML;
}

Powered by Google App Engine
This is Rietveld