Changeset 5334
- Timestamp:
- 08/02/11 18:56:16 (23 months ago)
- Location:
- trunk/install/forum_data/thm/default/tmpl
- Files:
-
- 2 modified
-
actions.tmpl (modified) (1 diff)
-
date_formats.tmpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/forum_data/thm/default/tmpl/actions.tmpl
r5325 r5334 24 24 {TEMPLATE: last_post_date} 25 25 <br /> 26 <a href="{TEMPLATE: last_post_lnk}">{VAR: r[ 10]}</a>26 <a href="{TEMPLATE: last_post_lnk}">{VAR: r[9]}</a> 27 27 {SECTION: END} 28 28 -
trunk/install/forum_data/thm/default/tmpl/date_formats.tmpl
r4962 r5334 1 1 /** 2 * copyright : (C) 2001-201 0Advanced Internet Designs Inc.2 * copyright : (C) 2001-2011 Advanced Internet Designs Inc. 3 3 * email : forum@prohost.org 4 4 * $Id$ … … 10 10 11 11 {SECTION: last_post_date date of the last post} 12 {DATE: r[ 9] %a, %d %B %Y %H:%M}12 {DATE: r[10] %a, %d %B %Y %H:%M} 13 13 {SECTION: END} 14 14