[phpbbreloaded-checkins] SF.net SVN: phpbbreloaded: [248] phpBB Reloaded 2/templates/subC1/index_bo
Status: Planning
Brought to you by:
tehphpmaster
From: <mar...@us...> - 2006-06-20 23:02:17
|
Revision: 248 Author: markthedaemon Date: 2006-06-20 16:02:12 -0700 (Tue, 20 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpbbreloaded/?rev=248&view=rev Log Message: ----------- 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-20 22:57:36 UTC (rev 247) +++ phpBB Reloaded 2/templates/subC1/index_body.tpl 2006-06-20 23:02:12 UTC (rev 248) @@ -192,6 +192,20 @@ <!-- End add - Fully integrated shoutbox MOD --> <!-- BEGIN forum_legend --> <br class="nav" /> +<!-- 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 --> +<br class="nav" /> <table cellspacing="3" border="0" align="center" cellpadding="0"> <tr> <td width="20" align="center"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |