Changeset 1932
- Timestamp:
- 12/02/09 09:30:28 (13 years ago)
- Location:
- themes/walouwalou
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/walouwalou/_define.php
r1930 r1932 16 16 /* Description*/ "Grid Theme with a funny name", 17 17 /* Author */ "Osku", 18 /* Version */ '0.2 '18 /* Version */ '0.2.1' 19 19 ); 20 20 ?> -
themes/walouwalou/tpl/category.html
r1930 r1932 105 105 106 106 107 <h2 class="post-title"> <a107 <h2 class="post-title">{{tpl:EntryIfSelected return="★ "}}<a 108 108 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}} »</a></h2> 109 109 -
themes/walouwalou/tpl/home.html
r1914 r1932 88 88 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} grid_7 omega" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 89 89 90 <h2 class="post-title">{{tpl:EntryIfSelected return=" *"}}<a90 <h2 class="post-title">{{tpl:EntryIfSelected return="★ "}}<a 91 91 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}} »</a></h2> 92 92 -
themes/walouwalou/tpl/post.html
r1914 r1932 55 55 <div id="wrapper"> 56 56 <div id="wrapper-page" class="container_12 " > 57 <div id="wrapper-title" class="grid_9" > <h1>{{tpl:Entry Title encode_html="1"}}</h1></div>57 <div id="wrapper-title" class="grid_9" > <h1>{{tpl:EntryIfSelected return="★ "}}{{tpl:EntryTitle encode_html="1"}}</h1></div> 58 58 <div id="post-navlinks" class="grid_3 "> 59 59 <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" -
themes/walouwalou/tpl/search.html
r1914 r1932 92 92 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} grid_7 omega" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 93 93 94 <h2 class="post-title">{{tpl:EntryIfSelected return=" *"}}<a94 <h2 class="post-title">{{tpl:EntryIfSelected return="★ "}}<a 95 95 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}} »</a></h2> 96 96 -
themes/walouwalou/tpl/tag.html
r1930 r1932 95 95 96 96 97 <h2 class="post-title"> <a97 <h2 class="post-title">{{tpl:EntryIfSelected return="★ "}}<a 98 98 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}} »</a></h2> 99 99
Note: See TracChangeset
for help on using the changeset viewer.