Update of /cvsroot/xoops/xoops-current/html/include
In directory usw-pr-cvs1:/tmp/cvs-serv23718
Modified Files:
old_theme_functions.php
Log Message:
no message
Index: old_theme_functions.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/include/old_theme_functions.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** old_theme_functions.php 26 Sep 2002 17:06:02 -0000 1.2
--- old_theme_functions.php 26 Sep 2002 17:10:01 -0000 1.3
***************
*** 3,13 ****
// These are needed when viewing old modules (that don't use Smarty template files) when a theme that use Smarty templates are selected.
- // moved to language/global.php
- define("_TH_POSTEDBY","Enviado por");
- define("_TH_ON","el");
- define("_TH_READS","leidos");
- define("_TH_WELCOMETO","Bienvenido a %s");
- define("_TH_SEARCH","Buscar");
-
function OpenTable($width="100%") {
echo "<table width='".$width."' border='0' cellspacing='0' cellpadding='0' class='bg2'><tr><td>\n";
--- 3,6 ----
***************
*** 51,55 ****
."</tr>"
."<tr>"
! ."<td class='bg3'>"._TH_POSTEDBY." <span class='postedby'>$poster</span> "._TH_ON." $time ($counter "._TH_READS.") </td>"
."</tr>"
."<tr>"
--- 44,48 ----
."</tr>"
."<tr>"
! ."<td class='bg3'>"._POSTEDBY." <span class='postedby'>$poster</span> "._ON." $time ($counter "._READS.") </td>"
."</tr>"
."<tr>"
|