Browse code

Restore original eFiction 3.0 skins

Clarissa Walker authored on 2026/07/15 07:41:54
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,43 @@
1
+<?php
2
+$blocks["categories"]["status"] = 2;
3
+$blocks["categories"]["template"] = "{image} {link} [{count}]";
4
+$blocks["categories"]["columns"] = 0;
5
+$blocks["featured"]["status"] =  '0';
6
+$blocks["info"]["status"] = 2;
7
+$blocks["menu"]["status"] = '1';
8
+$blocks["menu"]["content"] = array (
9
+	0 => 'adminarea',
10
+	1 => 'logout',
11
+	2 => 'login',
12
+	3 => 'search',
13
+	4 => 'tens',
14
+	5 => 'browse',
15
+	6 => 'members',
16
+	7 => 'home');
17
+$blocks["menu"]["style"] = 0;
18
+$blocks["footermenu"] = array(
19
+	"title" => "", 
20
+	"status" => "1", 
21
+	"file" => "menu/menu.php", 
22
+	"style" => 0, 
23
+	"content" => array (
24
+		0 => 'help', 
25
+		1 => 'rules', 
26
+		2 => 'contactus'
27
+	)
28
+);
29
+$blocks["login"]["status"] = 1;
30
+$blocks['login']['acctlink'] = 0;
31
+unset($blocks["login"]["template"]);
32
+$blocks["login"]["form"] = 1; // Long form with register and lost password options
33
+$blocks["random"]["status"] = 0;
34
+$blocks["recent"]["status"] = 2;
35
+$blocks["recent"]["tpl"] = 1;
36
+$blocks["skinchange"]["status"] = '1';
37
+$blocks["news"]["status"] = 2;
38
+$blocks['news']['num'] = 3;
39
+$new = "<span class='new'>New!</span>";
40
+$displayprofile = 0;
41
+$linkstyle = 0;
42
+$displayindex = 1;
43
+?>
0 44
\ No newline at end of file