diff --git a/docs/changelog.txt b/docs/changelog.txt
index bfd2903..d894211 100644
--- a/docs/changelog.txt
+++ b/docs/changelog.txt
@@ -1,3 +1,8 @@
+1.02 2014-06-08 Final
+--------------------
+- Update pt-br lang (Angelo Rocha)
+- Add XOOPS Banners Support (Angelo Rocha)
+
1.02 2014-06-08 Beta 2
--------------------
- Newbb index finished (Angelo Rocha)
diff --git a/modules/newbb/newbb_thread.html b/modules/newbb/newbb_thread.html
deleted file mode 100644
index ad5b0c2..0000000
--- a/modules/newbb/newbb_thread.html
+++ /dev/null
@@ -1,134 +0,0 @@
-<{if $forum_post_prefix === null }>
- <{assign var=forum_post_prefix value="forumpost"}>
-
-
<{$smarty.const._MD_JOINED}>:
<{$topic_post.poster.regdate}>
- <{if $topic_post.poster.from}>
- <{$smarty.const._MD_FROM}>
- <{$topic_post.poster.from}>
- <{/if}>
-
- <{if $topic_post.poster.groups}>
- <{$smarty.const._MD_GROUP}>
- <{foreachq item=group from=$topic_post.poster.groups}>
- <{$group}>
- <{/foreach}>
- <{/if}>
-
- <{$smarty.const._MD_POSTS}>:
- <{if $topic_post.poster.posts gt 0}>
-
- <{$topic_post.poster.posts}>
-
- <{else}>
- 0
- <{/if}>
-
- <{if $topic_post.poster.digests gt 0}>
- | <{$smarty.const._MD_DIGESTS}>: <{$topic_post.poster.digests}>
- <{/if}>
-
- <{if $topic_post.poster.level}>
- <{$topic_post.poster.level}>
- <{/if}>
-
- <{if $topic_post.poster.status}>
- <{$topic_post.poster.status}>
- <{/if}>
-
- <{/if}>
- <{else}>
-
-<{/if}>
-
-<{strip}>
-
-<{/strip}>
-
-<{$forum_addpoll}> <{$forum_post_or_register}>
- <{$forum_pagenav|replace:'form':'div'|replace:'id="xo-pagenav"':''}>
-
- <{$img_newposts}> = <{$smarty.const._MD_NEWPOSTS}> (<{$img_hotnewposts}> = <{$smarty.const._MD_MORETHAN}>)
- <{$img_folder}> = <{$smarty.const._MD_NONEWPOSTS}> (<{$img_hotfolder}> = <{$smarty.const._MD_MORETHAN2}>)
- <{$img_locked}> = <{$smarty.const._MD_TOPICLOCKED}>
- <{$img_sticky}> = <{$smarty.const._MD_TOPICSTICKY}>
- <{$img_digest}> = <{$smarty.const._MD_TOPICDIGEST}>
- <{$img_poll}> = <{$smarty.const._MD_TOPICHASPOLL}>
-
-
-
- <{if $rss_button}>
-
- <{$rss_button}>
-
-
- NewBB Version <{$version/100}>
- <{/if}>
-
-<{$forum_jumpbox}>
-
-<{foreachq item=perm from=$permission_table}>
- <{$perm}>
-<{/foreach}>
-
-<{if $online}>
- <{includeq file="db:newbb_online.html"}>
-<{/if}>
-<{includeq file='db:newbb_notification_select.html'}>
diff --git a/modules/newbb/newbb_viewtopic.html b/modules/newbb/newbb_viewtopic.html
deleted file mode 100644
index b9a1deb..0000000
--- a/modules/newbb/newbb_viewtopic.html
+++ /dev/null
@@ -1,209 +0,0 @@
-
- <{$lang_forum_index}>
-
- <{$smarty.const._MD_FORUMHOME}>
-
- <{$category.title}>
- <{if $parentforum}>
- <{foreachq item=forum from=$parentforum}>
- <{$forum.forum_name}>
- <{/foreach}>
- <{/if}>
-
- <{$forum_name}>
-
- <{$topic_title}> <{if $topicstatus}><{$topicstatus}><{/if}>
-
- <{if $tagbar}>
- <{includeq file="db:tag_bar.html"}>
- <{/if}>
-
- <{if $online}>
- <{$smarty.const._MD_BROWSING}>
- <{foreachq item=user from=$online.users}>
-
- <{if $user.level eq 2}>
- <{$user.uname}>
- <{elseif $user.level eq 1}>
- <{$user.uname}>
- <{else}>
- <{$user.uname}>
- <{/if}>
-
- <{/foreach}>
-
- <{if $online.num_anonymous}>
- <{$online.num_anonymous}> <{$smarty.const._MD_ANONYMOUS_USERS}>
- <{/if}>
- <{/if}>
-
- <{if $viewer_level gt 1}>
-
- <{/if}>
-
- <{if $mode lte 1}>
- <{if $topic_poll}>
- <{if $topic_pollresult}>
- <{includeq file="db:newbb_poll_results.html" poll=$poll}>
- <{else}>
- <{includeq file="db:newbb_poll_view.html" poll=$poll}>
- <{/if}>
- <{/if}>
- <{/if}>
-
- <{$down}>
- <{$smarty.const._MD_BOTTOM}>
- <{$previous}> <{$smarty.const._MD_PREVTOPIC}>
- <{$next}> <{$smarty.const._MD_NEXTTOPIC}>
-
- <{$forum_reply}>
- <{$forum_addpoll}>
- <{$forum_post_or_register}>
-
-
-
-
- <{if $rating_enable && $forum_post && $forum_reply}>
-
- <{/if}>
-
-
-
- <{if $mode lte 1}>
-
- <{/if}>
-
- <{$forum_page_nav|replace:'form':'div'|replace:'id="xo-pagenav"':''}>
-
- <{if $viewer_level gt 1 && $topic_status == 1}>
- <{$smarty.const._MD_TOPICLOCK}>
- <{/if}>
-
- <{foreachq item=topic_post from=$topic_posts}>
- <{includeq file="db:newbb_thread.html" topic_post=$topic_post mode=$mode}>
- <{foreachelse}>
- <{$smarty.const._MD_ERRORPOST}>
- <{/foreach}>
-
- <{if $mode gt 1}>
-
- <{/if}>
-
- <{$smarty.const._MD_FORUMHOME}>
- <{$category.title}>
- <{if $parentforum}>
- <{foreachq item=forum from=$parentforum}>
- <{$forum.forum_name}>
- <{/foreach}>
- <{/if}>
- <{$forum_name}>
- <{$topic_title}> <{if $topicstatus}><{$topicstatus}><{/if}>
-
-
- <{$p_up}> <{$smarty.const._MD_TOP}>
- <{$previous}>
- <{$smarty.const._MD_PREVTOPIC}>
-
-
- <{$next}>
- <{$smarty.const._MD_NEXTTOPIC}>
-
-
- <{$forum_page_nav|replace:'form':'div'|replace:'id="xo-pagenav"':''}>
-
- <{$forum_reply}>
- <{$forum_addpoll}>
- <{$forum_post_or_register}>
-
- <{if $quickreply.show}>
- Quick Reply
- <{$quickreply.form}>
- <{/if}>
-
- <{foreachq item=perm from=$permission_table}>
- <{$perm}>
- <{/foreach}>
-
-
-
-
- <{$forum_jumpbox}>
-
- <{includeq file='db:newbb_notification_select.html'}>
-
-
-
\ No newline at end of file
|