[phpbbreloaded-checkins] SF.net SVN: phpbbreloaded: [225] phpBB Reloaded 2/templates/subC1/index_bo
Status: Planning
Brought to you by:
tehphpmaster
From: <mar...@us...> - 2006-06-12 01:41:28
|
Revision: 225 Author: markthedaemon Date: 2006-06-11 18:41:23 -0700 (Sun, 11 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpbbreloaded/?rev=225&view=rev Log Message: ----------- adds the shoutbox to subC1 Modified Paths: -------------- phpBB Reloaded 2/templates/subC1/index_body.tpl Modified: phpBB Reloaded 2/templates/subC1/index_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/index_body.tpl 2006-06-12 01:38:11 UTC (rev 224) +++ phpBB Reloaded 2/templates/subC1/index_body.tpl 2006-06-12 01:41:23 UTC (rev 225) @@ -156,6 +156,20 @@ </table> <br /> +<!-- Start add - Fully integrated shoutbox MOD --> +<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2" class="forumline"> + <tr> + <td align="center" nowrap="nowrap" class="catHead"><span class="cattitle"><a href="{U_SHOUTBOX_MAX}">{L_SHOUTBOX}</a></span></td> + </tr> + <tr> + <td> + <iframe src="{U_SHOUTBOX}" scrolling="NO" width="100%" height="180" frameborder="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe> + </td> + </tr> +</table> +<br/> +<!-- End add - Fully integrated shoutbox MOD --> + {STATS_BOX} <!-- BEGIN switch_user_logged_out --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |