mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 18:32:44 +02:00
Theme Manager re-work.
This commit is contained in:
@@ -444,7 +444,7 @@ label { cursor: pointer; }
|
||||
border-color:#aaa #c8c8c8 #c8c8c8 #aaa;
|
||||
background:#fff;
|
||||
font:12px arial, helvetica, sans-serif;
|
||||
overflow:auto
|
||||
overflow:auto
|
||||
}
|
||||
.check-block .checkbox { margin-left: 2px }
|
||||
.check-block .separator { clear: both; border-bottom: 1px solid #aaa; margin-bottom: 4px; height: 4px }
|
||||
@@ -641,6 +641,7 @@ button.cancel:focus span {}
|
||||
button.cancel:active span {}
|
||||
|
||||
|
||||
|
||||
.buttons-bar { padding: 10px 0px; }
|
||||
.buttons-bar button { margin-right: 10px; }
|
||||
.buttons-bar button.f-right { margin-right: 0px; }
|
||||
|
@@ -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.6 $
|
||||
| $Date: 2009-04-27 10:52:42 $
|
||||
| $Author: secretr $
|
||||
| $Revision: 1.7 $
|
||||
| $Date: 2009-07-06 05:59:42 $
|
||||
| $Author: e107coders $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
@@ -29,13 +29,14 @@ include_lan(e_THEME."jayya/languages/".e_LANGUAGE.".php");
|
||||
|
||||
$themename = "Jayya";
|
||||
$themeversion = "1.0";
|
||||
$themeauthor = "";
|
||||
$themeauthor = "e107devs";
|
||||
$themedate = "";
|
||||
$themeinfo = "";
|
||||
$xhtmlcompliant = TRUE;
|
||||
$csscompliant = TRUE;
|
||||
define("THEME_DISCLAIMER", "");
|
||||
define("IMODE", "lite");
|
||||
define("STANDARDS_MODE", TRUE);
|
||||
|
||||
// [dont render core style sheet link]
|
||||
$no_core_css = TRUE;
|
||||
|
Reference in New Issue
Block a user