Changeset 3035
- Timestamp:
- 05/15/11 00:09:37 (12 years ago)
- Location:
- themes/freshy2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/freshy2/_define.php
r2831 r3035 19 19 /* Description*/ "Freshy v2 customizable theme", 20 20 /* Author */ "Bruno Hondelatte, Pierre Van Glabeke, Julien de Luca (original WP theme)", 21 /* Version */ '1.7. 9'21 /* Version */ '1.7.10' 22 22 /* date 07012011 */ 23 23 ); -
themes/freshy2/tpl/contribute.html
r2801 r3035 292 292 293 293 <tpl:ContributeIf tags="1"> 294 <p>295 <label for="post_tags">{{tpl:lang Tags}} ({{tpl:lang separate tags by a comma}}) ({{tpl:lang optional}}) :</label>296 <!-- # avoid unnecessary spaces and line breaks -->297 <input type="text" name="post_tags" id="post_tags"298 value="<tpl:EntryTags>{{tpl:TagID}}<tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition></tpl:EntryTags>" />299 </p>300 301 294 <tpl:Tags type="tag"> 302 295 <tpl:LoopPosition start="1" length="1"> … … 314 307 </tpl:LoopPosition> 315 308 </tpl:Tags> 309 310 <p> 311 <label for="post_tags">{{tpl:lang Tags}} ({{tpl:lang separate tags by a comma}}) ({{tpl:lang optional}}) :</label> 312 <!-- # avoid unnecessary spaces and line breaks --> 313 <input type="text" name="post_tags" id="post_tags" 314 value="<tpl:EntryTags>{{tpl:TagID}}<tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition></tpl:EntryTags>" /> 315 </p> 316 316 </tpl:ContributeIf> 317 317
Note: See TracChangeset
for help on using the changeset viewer.