diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-08-05 01:10:30 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-08-05 01:10:30 +0000 |
| commit | 4e8a64689c15aa938c6ee4b1b3b73407a361612e (patch) | |
| tree | 716234cd55f7807baaa2388217496fd033ee3319 /modules | |
| parent | 8a617aadd4d319591ca4f9b5468b5fdd908d40ae (diff) | |
| download | liberty-4e8a64689c15aa938c6ee4b1b3b73407a361612e.tar.gz liberty-4e8a64689c15aa938c6ee4b1b3b73407a361612e.tar.bz2 liberty-4e8a64689c15aa938c6ee4b1b3b73407a361612e.zip | |
'Show more'
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_top_authors.tpl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/modules/mod_top_authors.tpl b/modules/mod_top_authors.tpl index b72b7d8..45ff233 100644 --- a/modules/mod_top_authors.tpl +++ b/modules/mod_top_authors.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_top_authors.tpl,v 1.2 2005/08/07 17:40:30 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_liberty/modules/mod_top_authors.tpl,v 1.3 2008/08/05 01:10:30 laetzer Exp $ *} {strip} {if $modAuthors} {bitmodule title="$moduleTitle" name="top_authors"} @@ -7,11 +7,9 @@ <li> {displayname hash=$modAuthors[ix]} </li> - {sectionelse} - <li></li> {/section} + <li class="more"><a href="{$smarty.const.USERS_PKG_URL}index.php?sort_mode=registration_date_desc">{tr}Show more{/tr} …</a></li> </ol> -{* <div style="text-align:center;"><a href="{$smarty.const.LIBERTY_PKG_URL}list_content.php?user_id={$gQueryUserId}&sort_mode=last_modified_desc">{tr}View more{/tr}...</a></div> *} {/bitmodule} {/if} -{/strip} +{/strip}
\ No newline at end of file |
