Update of /cvsroot/phpwsbb/phpwsbb/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15502
Modified Files:
menu.tpl
Log Message:
Expanded role for menu.tpl to include global functions like new posts, settings and categories
Index: menu.tpl
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/templates/menu.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** menu.tpl 4 Feb 2006 01:37:57 -0000 1.5
--- menu.tpl 1 Mar 2006 14:42:20 -0000 1.6
***************
*** 1,20 ****
- <!-- BEGIN FORUM_ADMIN -->
<div style="text-align:right; border-bottom: 1px solid; margin-bottom:1em">
<!-- BEGIN SETTINGS -->
! {SETTINGS}
<!-- END SETTINGS -->
</div>
- <!-- END FORUM_ADMIN -->
- <!-- BEGIN LIST -->
- {LIST}
- <!-- END LIST -->
<!-- BEGIN FORUM -->
! :: {FORUM}
<!-- END FORUM -->
<!-- BEGIN THREAD -->
:: {THREAD}
<!-- END THREAD -->
! <br />
! {PHPWSBB_MESSAGE}
! <br />
--- 1,28 ----
<div style="text-align:right; border-bottom: 1px solid; margin-bottom:1em">
+ <!-- BEGIN LIST -->
+ {LIST}
+ <!-- END LIST -->
+ <!-- BEGIN CATEGORIES -->
+ {CATEGORIES}
+ <!-- END CATEGORIES -->
+ <!-- BEGIN NEW_POSTS -->
+ {NEW_POSTS}
+ <!-- END NEW_POSTS -->
+ <!-- BEGIN MYPROFILE -->
+ {MYPROFILE}
+ <!-- BEGIN MYPROFILE -->
<!-- BEGIN SETTINGS -->
! {SETTINGS}
<!-- END SETTINGS -->
</div>
<!-- BEGIN FORUM -->
! {FORUM}
<!-- END FORUM -->
<!-- BEGIN THREAD -->
:: {THREAD}
<!-- END THREAD -->
!
! <!-- BEGIN PHPWSBB_MESSAGE -->
! <p>{PHPWSBB_MESSAGE}</p>
! <!-- END PHPWSBB_MESSAGE -->
\ No newline at end of file
|