mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
*** empty log message ***
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/jayya/theme.php,v $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2008-11-09 20:31:10 $
|
||||
| $Author: secretr $
|
||||
| $Revision: 1.5 $
|
||||
| $Date: 2008-11-22 15:16:54 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
@@ -22,8 +22,7 @@ if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
|
||||
// Get language definition files for this theme
|
||||
@include_once(e_THEME."jayya/languages/".e_LANGUAGE.".php");
|
||||
@include_once(e_THEME."jayya/languages/English.php");
|
||||
include_lan(e_THEME."jayya/languages/".e_LANGUAGE.".php");
|
||||
|
||||
|
||||
// [theme]
|
||||
@@ -221,7 +220,7 @@ $CHATBOXSTYLE = "
|
||||
|
||||
// comment post style
|
||||
$sc_style['REPLY']['pre'] = "<tr><td class='forumheader'>";
|
||||
$sc_style['REPLY']['post'] = "";
|
||||
$sc_style['REPLY']['post'] = "</td>";
|
||||
|
||||
$sc_style['SUBJECT']['pre'] = "<td class='forumheader'>";
|
||||
$sc_style['SUBJECT']['post'] = "</td></tr>";
|
||||
@@ -235,7 +234,7 @@ $sc_style['LOCATION']['post'] = "<br />";
|
||||
|
||||
$sc_style['RATING']['post'] = "<br /><br />";
|
||||
|
||||
$sc_style['RATING']['post'] = "<br />";
|
||||
$sc_style['COMMENT']['post'] = "<br />";
|
||||
|
||||
$COMMENTSTYLE = "<div class='spacer' style='text-align:center'><table class='fborder' style='width: 95%'>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user