Update of /cvsroot/phpmp/phpMP/templates/TealMP
In directory usw-pr-cvs1:/tmp/cvs-serv25420/templates/TealMP
Modified Files:
index.tpl overall_footer.tpl
Log Message:
Attempt at adding PHP session support in the Auth system. Not exactly working, but at least we'll be able to view the code from the CVS web repo.
Removed the 'designed by trevorj' notice on the template, since he's the lead designer and gets enough recognition already. :-P
Index: index.tpl
===================================================================
RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/index.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** index.tpl 26 Jul 2002 09:06:58 -0000 1.4
--- index.tpl 27 Jul 2002 05:35:59 -0000 1.5
***************
*** 28,32 ****
<tr>
<td>
! Welcome to the home of the phpMP project.<br /><br />
phpMP is (another) portal project, similar to the likes of PHPNuke, PostNuke, and many others. What sets apart phpMP is that, instead of focusing on the wants and desires of the people creating the portal, the phpMP team is doing whatever possible to ensure that all users will see a reason to use this software.<br /><br />
Instead of just providing article management and news posting functionality, phpMP is fully modular and customizable. If, for example, you dislike our news script, simply drop in your own or another written by someone else. Think the administration panel needs a few extra features? Simply drop in a souped-up version written by another user.<br /><br />
--- 28,32 ----
<tr>
<td>
! Welcome to the home of the phpMP project and team!<br /><br />
phpMP is (another) portal project, similar to the likes of PHPNuke, PostNuke, and many others. What sets apart phpMP is that, instead of focusing on the wants and desires of the people creating the portal, the phpMP team is doing whatever possible to ensure that all users will see a reason to use this software.<br /><br />
Instead of just providing article management and news posting functionality, phpMP is fully modular and customizable. If, for example, you dislike our news script, simply drop in your own or another written by someone else. Think the administration panel needs a few extra features? Simply drop in a souped-up version written by another user.<br /><br />
Index: overall_footer.tpl
===================================================================
RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/overall_footer.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** overall_footer.tpl 25 Jul 2002 20:50:07 -0000 1.1
--- overall_footer.tpl 27 Jul 2002 05:35:59 -0000 1.2
***************
*** 41,47 ****
<td height="25" width="100%" background="{$mpuri}/templates/{$tpl_name}/images/footer_top.gif" bgcolor="#000000;"></td>
</tr>
- <tr>
- <td width="100%" height="*" valign="bottom" align="right"><a href="http://www.trevorj.com" class="tjcopyright">:: design by trevorj ::</a>
- </tr>
</table>
--- 41,44 ----
|