Changeset 1657 in ExiteCMS for modules/common/forum_threads_list_panel/php-files/modules/forum_threads_list_panel/templates/modules.forum_threads_list_panel.tpl
- Timestamp:
- 08/19/08 17:07:21 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/forum_threads_list_panel/php-files/modules/forum_threads_list_panel/templates/modules.forum_threads_list_panel.tpl
r1403 r1657 44 44 {/section} 45 45 </table> 46 <div style='text-align:center;'> 46 47 {if $smarty.const.iMEMBER} 47 <div style='text-align:center;'>48 48 {buttonlink name=$locale.027a link=$smarty.const.BASEDIR|cat:"forum/viewposts.php"} 49 49 {buttonlink name=$locale.026 link=$smarty.const.MODULES|cat:"forum_threads_list_panel/my_threads.php"} … … 51 51 {buttonlink name=$locale.028|cat:" ("|cat:$locale.031|cat:")" link=$smarty.const.MODULES|cat:"forum_threads_list_panel/new_posts.php"} 52 52 {buttonlink name=$locale.028 link=$smarty.const.MODULES|cat:"forum_threads_list_panel/new_posts_detail.php"} 53 {else} 54 {if $settings.forum_guest_limit} 55 <span class='small' style='font-size:90%;font-weight:bold;'> 56 {if $settings.forum_guest_limit == 1}{$locale.ftlp01|sprintf:$locale.074}{else}{assign var=days value=$settings.forum_guest_limit|cat:" "|cat:$locale.075}{$locale.ftlp01|sprintf:$days}{/if} 57 </span> 58 {/if} 59 {/if} 53 60 </div> 54 {/if}55 61 {include file="_closetable_x.tpl"} 56 62 {***************************************************************************}
Note: See TracChangeset
for help on using the changeset viewer.
