-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.php
32 lines (31 loc) · 1.28 KB
/
config.php
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
<?php
/**
* Pi Engine (http://pialog.org)
*
* @link http://code.pialog.org for the Pi Engine source repository
* @copyright Copyright (c) Pi Engine http://pialog.org
* @license http://pialog.org/license.txt New BSD License
*/
return array(
// Version
'version' => '1.0.0',
// Type of layouts available in the theme
// Potential value: 'both', 'admin', 'front', default as 'both'
'type' => 'front',
// Title of the theme
'title' => 'Safand version 3',
// Author information: name, email, website
'author' => 'Architecture: Hossein Azizabadi <[email protected]>;',
// Screenshot image, relative path in asset.
// If no screenshot is available, static/image/screenshot.png will be used
'screenshot' => 'image/screenshot.png',
// License or theme images and scripts
'license' => 'Creative Common License'
. ' http://creativecommons.org/licenses/by/3.0/',
// Optional description
'description' => 'Safand theme',
// Parent theme from which templates can be inherited, default as 'default'
'parent' => '',
// Supported browsers
'browser' => 'Internet Explorer: 6+; Chrome: 17+; Firefox: 10+; Safari: 5.1+; Opera: 9.8+;',
);