1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Default to jayya,

remove old themes
This commit is contained in:
marj
2009-07-14 12:19:40 +00:00
parent 3368ac6104
commit 461b9326cf
2 changed files with 14 additions and 14 deletions

View File

@@ -10,9 +10,9 @@
* With code from Izydor and Lolo. * With code from Izydor and Lolo.
* *
* $Source: /cvs_backup/e107_0.8/e107_admin/lancheck.php,v $ * $Source: /cvs_backup/e107_0.8/e107_admin/lancheck.php,v $
* $Revision: 1.12 $ * $Revision: 1.13 $
* $Date: 2008-12-21 12:53:11 $ * $Date: 2009-07-14 12:19:40 $
* $Author: secretr $ * $Author: marj_nl_fr $
* *
*/ */
require_once("../class2.php"); require_once("../class2.php");
@@ -184,15 +184,15 @@ if($f != ""){
// =========================================================================== // ===========================================================================
$core_plugins = array( $core_plugins = array(
"alt_auth","banner_menu","blogcalendar_menu","calendar_menu","chatbox_menu", "alt_auth", "banner_menu", "blogcalendar_menu", "calendar_menu", "chatbox_menu",
"clock_menu","comment_menu","content","featurebox","forum","gsitemap", "clock_menu", "comment_menu", "content", 'download', "featurebox", "forum",
"links_page","linkwords","list_new","log","login_menu","newforumposts_main", "gsitemap", "links_page", "linkwords", "list_new", "log", "login_menu",
"newsfeed","newsletter","online","other_news_menu","pdf","pm","poll", "newforumposts_main", "newsfeed", "newsletter", "online", "other_news_menu",
"rss_menu","search_menu","siteinfo_menu","trackback","tree_menu","user_menu" "pdf", "pm", "poll", "rss_menu", "search_menu", "siteinfo_menu", "trackback",
"tree_menu", "user_menu"
); );
$core_themes = array("crahan","e107v4a","human_condition","interfectus","jayya", $core_themes = array("_blank", "e107v4a", "jayya", "khatru", "leaf", "vekna_blue");
"khatru","kubrick","lamb","leaf","reline","sebes","vekna_blue","_blank");
if(isset($_POST['language_sel']) && isset($_POST['language'])) if(isset($_POST['language_sel']) && isset($_POST['language']))

View File

@@ -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_files/def_e107_prefs.php,v $ | $Source: /cvs_backup/e107_0.8/e107_files/def_e107_prefs.php,v $
| $Revision: 1.24 $ | $Revision: 1.25 $
| $Date: 2009-05-15 19:30:03 $ | $Date: 2009-07-14 12:19:40 $
| $Author: e107steved $ | $Author: marj_nl_fr $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -33,7 +33,7 @@ $pref = array (
City, State, Country City, State, Country
[b]Phone:[/b] 555-555-5555 [b]Phone:[/b] 555-555-5555
[b]Email:[/b] sales@mydomain.com', [b]Email:[/b] sales@mydomain.com',
'sitetheme' => 'reline', 'sitetheme' => 'jayya',
'themecss' => 'style.css', 'themecss' => 'style.css',
'image_preload' => '0', 'image_preload' => '0',
'admintheme' => 'jayya', 'admintheme' => 'jayya',