-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy paththeme.conf.php
More file actions
38 lines (27 loc) · 923 Bytes
/
theme.conf.php
File metadata and controls
38 lines (27 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php
/*
Theme Name:Bearggero
Theme URI://github.com/dartarrow/bearggero
Description:A new theme focused on contextual separation, readability and a nice colour pallete. Also works well on mobile devices.
:
Version: 1.0
Author: Darren Guinness & Alvin Jude
Author URI: http://www.flatpress.org/
*/
$theme['name'] = 'Bearggero';
$theme['author'] = 'Darren Guinness & Alvin Jude';
$theme['www'] = 'http://www.flatpress.org/';
$theme['description'] = 'New Theme inspired by the classic leggero style';
$theme['version'] = 1.0;
$theme['style_def'] = 'style.css';
$theme['style_admin'] = 'admin.css';
$theme['default_style'] = 'bearggero';
$theme['default_style'] = 'bearggero';
// Other theme settings
// overrides default tabmenu
// and panel layout
remove_filter('admin_head', 'admin_head_action');
// register widgetsets
register_widgetset('right');
register_widgetset('left');
?>