[geeklog-hg] geeklog: Removed the unneeded template variables

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Jun 22 04:53:40 EDT 2013


changeset 9115:132fec38fea3
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/132fec38fea3
user: dengen
date: Sat Jun 22 17:53:18 2013 +0900
description:
Removed the unneeded template variables

diffstat:

 public_html/layout/denim/archivestorytext.thtml            |  1 -
 public_html/layout/modern_curve/archivestorytext.thtml     |  1 -
 public_html/layout/professional_css/archivestorytext.thtml |  1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 158e355cc66b -r 132fec38fea3 public_html/layout/denim/archivestorytext.thtml
--- a/public_html/layout/denim/archivestorytext.thtml	Sat Jun 22 17:17:22 2013 +0900
+++ b/public_html/layout/denim/archivestorytext.thtml	Sat Jun 22 17:53:18 2013 +0900
@@ -1,7 +1,6 @@
 {# begin {templatelocation} #}
 
 <div class="storytext archivestorytext">
-  {breadcrumb_trail}
   <h2 class="story_title">{story_title_link}</h2>
 
   <div class="story_icon">
diff -r 158e355cc66b -r 132fec38fea3 public_html/layout/modern_curve/archivestorytext.thtml
--- a/public_html/layout/modern_curve/archivestorytext.thtml	Sat Jun 22 17:17:22 2013 +0900
+++ b/public_html/layout/modern_curve/archivestorytext.thtml	Sat Jun 22 17:53:18 2013 +0900
@@ -1,7 +1,6 @@
 {# begin {templatelocation} #}
 
 <div class="archivestorytext">
-  {breadcrumb_trail}
   <h2 class="story_title">{story_title_link}</h2>
 
   <ul class="icon">
diff -r 158e355cc66b -r 132fec38fea3 public_html/layout/professional_css/archivestorytext.thtml
--- a/public_html/layout/professional_css/archivestorytext.thtml	Sat Jun 22 17:17:22 2013 +0900
+++ b/public_html/layout/professional_css/archivestorytext.thtml	Sat Jun 22 17:53:18 2013 +0900
@@ -1,7 +1,6 @@
 {# begin {templatelocation} #}
 
 <div class="archivestorytext">
-  {breadcrumb_trail}
   <h2>{story_title_link}</h2>
 
   <ul class="icon">



More information about the geeklog-cvs mailing list