Update of /cvsroot/phpmp/phpMP/templates/TealMP
In directory usw-pr-cvs1:/tmp/cvs-serv12041/templates/TealMP
Modified Files:
index.tpl
Log Message:
Moved language file into a class. Allows for easier access and better modularization.
Modified core to allow language prefs to be set before anything can possibly be parsed.
Index: index.tpl
===================================================================
RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/index.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** index.tpl 25 Jul 2002 20:50:07 -0000 1.2
--- index.tpl 26 Jul 2002 05:25:07 -0000 1.3
***************
*** 28,33 ****
<tr>
<td>
! Welcome to the home of the phpMP project. This site is constantly being updated with new functions, but for now is entirely incomplete. If you encounter any error whatsoever, please <b>don't</b> let us know. Until the release of phpMP 1.0, you can definitely expect to see errors on this web site.<br /><br />
! Feel free to look around, however. Our <a href="/forums/index.php">forums</a> are available for anyone wishing to contribute or find out more about the phpMP project.<br /><br />
</td>
</tr>
--- 28,37 ----
<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 />
! To find out more about phpMP and the goals set for this project, please visit the <a href="{$mpuri}/about.php">page</a>.<br /><br />
! Also note that his site is constantly being updated with new functions, but for now is entirely incomplete. If you encounter any error whatsoever, please <b>don't</b> let us know. Until the release of phpMP 1.0, you can definitely expect to see errors on this web site.<br /><br />
! Feel free to look around, however. Our <a href="/forums/index.php">forums</a> are available for anyone wishing to contribute or find out more about the phpMP project.
</td>
</tr>
|