Show
Ignore:
Timestamp:
08/09/05 21:14:53 (7 years ago)
Author:
alexx
Message:

* fix #16 (add include of country list)
* fux bug in owned communities ("New Topic/event" not displayed)
* fix sample db data
* change strstr to strpos in includes/functions.inc.php (strpos is faster)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/smarty/templates/communities/forum.tpl

    r1 r14  
    5151</tr> 
    5252{/foreach} 
    53 {if $member} 
     53{if $is_member} 
    5454<tr class='{cycle name='forum' values='odd,even'}'> 
    5555<td colspan='4' align='right'><a class='button' href='/communities/createTopic/{$token[2]}'>{t}New topic{/t}</a></td>