diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-05-20 23:57:08 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-05-20 23:57:08 +0000 |
| commit | 9ce38e6977c2d295d9646b2e5c171318bf2f34bd (patch) | |
| tree | 4ed5bb6e2b6e0ac9a06a055f0e5af0dcd8f0b29b /phpBB/templates/subSilver | |
| parent | 70634a792e33ca7ae3b695b029303f5841891448 (diff) | |
| download | forums-9ce38e6977c2d295d9646b2e5c171318bf2f34bd.tar forums-9ce38e6977c2d295d9646b2e5c171318bf2f34bd.tar.gz forums-9ce38e6977c2d295d9646b2e5c171318bf2f34bd.tar.bz2 forums-9ce38e6977c2d295d9646b2e5c171318bf2f34bd.tar.xz forums-9ce38e6977c2d295d9646b2e5c171318bf2f34bd.zip | |
Enable display of birthday listing ... controlled via ACP Load Settings
git-svn-id: file:///svn/phpbb/trunk@4034 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver')
| -rw-r--r-- | phpBB/templates/subSilver/index_body.html | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/index_body.html b/phpBB/templates/subSilver/index_body.html index cd5ba8b757..45ae012404 100644 --- a/phpBB/templates/subSilver/index_body.html +++ b/phpBB/templates/subSilver/index_body.html @@ -63,9 +63,9 @@ </tr> </table> +<!-- IF S_DISPLAY_ONLINE_LIST --> <br clear="all" /> -<!-- IF S_DISPLAY_ONLINE_LIST --> <table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0"> <tr> <td class="cat" colspan="2" height="28"><a class="cattitle" href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></td> @@ -82,6 +82,20 @@ </table> <!-- ENDIF --> +<!-- IF S_DISPLAY_BIRTHDAY_LIST --> +<br clear="all" /> + +<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0"> + <tr> + <td class="cat" colspan="2" height="28"><span class="cattitle">{L_BIRTHDAYS}</span></td> + </tr> + <tr> + <td class="row1" width="46" align="center" valign="middle"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> + <td class="row1" width="100%" align="left"><span class="gensmall">{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b></span></td> + </tr> +</table> +<!-- ENDIF --> + <!-- IF not S_USER_LOGGED_IN --> <form method="post" action="{S_LOGIN_ACTION}"><table class="tablebg" width="100%" cellspacing="1" cellpadding="3" border="0"> <tr> |
