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/events.tpl

    r1 r14  
    4747</tr> 
    4848{/foreach} 
    49 {if $member} 
     49{if $is_member} 
    5050<tr class='{cycle name='events' values='odd,even'}'> 
    5151<td colspan='3' align='right'><a class='button' href='/communities/createEvent/{$token[2]}'>{t}New event{/t}</a></td>