[geeklog-hg] geeklog: Reverted to the original template of Denim

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Jun 26 10:05:57 EDT 2013


changeset 9130:bd1c61ef5955
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/bd1c61ef5955
user: dengen
date: Wed Jun 26 23:04:14 2013 +0900
description:
Reverted to the original template of Denim

diffstat:

 public_html/layout/denim/topicnavigation.thtml |  4 ++--
 public_html/layout/denim/usernavigation.thtml  |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r cdf7b02cca2d -r bd1c61ef5955 public_html/layout/denim/topicnavigation.thtml
--- a/public_html/layout/denim/topicnavigation.thtml	Tue Jun 25 14:15:33 2013 -0400
+++ b/public_html/layout/denim/topicnavigation.thtml	Wed Jun 26 23:04:14 2013 +0900
@@ -1,10 +1,10 @@
 {# {templatelocation} - The Topic Navigation uses template blocks which is built into this file #}
 
 <!-- BEGIN option -->
-<li class="topicoption sideoption branch_level{branch_level}"><a href="{option_url}">{option_label}<span>{option_count}</span></a></li>
+<li class="topicoption sideoption branch_level{branch_level}"><a href="{option_url}">{option_label}{!if option_count}<span>{option_count}</span>{!endif}</a></li>
 <!-- END option -->
 <!-- BEGIN option-with-hidden -->
-<li class="topicoption sideoption branch_level{branch_level}"><a href="{option_url}">{option_label} +<span>{option_count}</span></a></li>
+<li class="topicoption sideoption branch_level{branch_level}"><a href="{option_url}">{option_label}{!if option_count} +<span>{option_count}</span>{!endif}</a></li>
 <!-- END option-with-hidden -->
 <!-- BEGIN option-off -->
 <li class="topicoption_off sideoption_off branch_level{branch_level}">{option_label} {option_count}</li>
diff -r cdf7b02cca2d -r bd1c61ef5955 public_html/layout/denim/usernavigation.thtml
--- a/public_html/layout/denim/usernavigation.thtml	Tue Jun 25 14:15:33 2013 -0400
+++ b/public_html/layout/denim/usernavigation.thtml	Wed Jun 26 23:04:14 2013 +0900
@@ -1,8 +1,8 @@
 {# {templatelocation} - The User Navigation uses template blocks which is built into this file #}
 
 <!-- BEGIN option -->
-<li class="useroption"><a href="{option_url}"{option_attributes}>{option_label}</a> {option_count}</li>
+<li class="useroption sideoption"><a href="{option_url}"{option_attributes}>{option_label}{!if option_count}<span>{option_count}</span>{!endif}</a></li>
 <!-- END option -->
 <!-- BEGIN current -->
-<li class="useroption_off">{option_label} {option_count}</li>
+<li class="useroption_off sideoption_off">{option_label} {option_count}</li>
 <!-- END current -->



More information about the geeklog-cvs mailing list