new in forums
Twiebie |
|
---|---|
Overwrite the default ones with resource strings in themename.php $R['forums_icon_posts'] = '<img class="icon" src="themes/themename/img/system/posts.gif" alt="'.$L['forums_nonewposts'].'" />'; $R['forums_icon_posts_hot'] = '<img class="icon" src="themes/themename/img/system/posts_hot.gif" alt="'.$L['forums_nonewpostspopular'].'" />'; $R['forums_icon_posts_locked'] = '<img class="icon" src="themes/themename/img/system/posts_locked.gif" alt="'.$L['forums_locked'].'" />'; $R['forums_icon_posts_moved'] = '<img class="icon" src="themes/themename/img/system/posts_moved.gif" alt="'.$L['forums_movedoutofthissection'].'" />'; $R['forums_icon_posts_new'] = '<img class="icon" src="themes/themename/img/system/posts_new.gif" alt="'.$L['forums_newposts'].'" />'; $R['forums_icon_posts_new_hot'] = '<img class="icon" src="themes/themename/img/system/posts_new_hot.gif" alt="'.$L['forums_newpostspopular'] .'" />'; $R['forums_icon_posts_new_locked'] = '<img class="icon" src="themes/themename/img/system/posts_new_locked.gif" alt="'.$L['forums_newpostslocked'].'" />'; $R['forums_icon_posts_new_sticky'] = '<img class="icon" src="themes/themename/img/system/posts_new_sticky.gif" alt="'.$L['forums_newpostssticky'].'" />'; $R['forums_icon_posts_new_sticky_locked'] = '<img class="icon" src="themes/themename/img/system/posts_new_sticky_locked.gif" alt="'.$L['forums_newannouncment'].'" />'; $R['forums_icon_posts_sticky'] = '<img class="icon" src="themes/themename/img/system/posts_sticky.gif" alt="'.$L['forums_sticky'].'" />'; $R['forums_icon_posts_sticky_locked'] = '<img class="icon" src="themes/themename/img/system/posts_sticky_locked.gif" alt="'.$L['forums_announcment'].'" />'; $R['forums_icon_subforum'] = '<img class="icon" src="modules/forums/img/subforum.png" alt="{PHP.L.Subforum}" />'; |