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