forked from kasperisager/vanilla-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
37 lines (35 loc) · 1.4 KB
/
about.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
33
34
35
36
37
<?php
$ThemeInfo['bootstrap'] = array(
'Name' => 'Bootstrap',
'Description' => "Bootstrap for Vanilla has been rewritten from scratch on top of <a href='http://getbootstrap.com'>Bootstrap 3</a> in this second installation of the most popular theme for Vanilla Forums. Kickstart your community with a fresh and solid theme that is ready to be customized to your heart's desires.",
'Version' => '2.3.2',
'Url' => 'https://github.com/kasperisager/vanilla-bootstrap',
'Author' => 'Kasper Kronborg Isager',
'AuthorEmail' => '[email protected]',
'AuthorUrl' => 'https://github.com/kasperisager',
'License' => 'MIT',
'RequiredApplications' => array('Vanilla' => '2.1.x'),
'Options' => array(
'Styles' => array(
'Default' => '%s_default',
'Bootstrap' => '%s_bootstrap',
'Amelia' => '%s_amelia',
'Cerulean' => '%s_cerulean',
'Cosmo' => '%s_cosmo',
'Cyborg' => '%s_cyborg',
'Darkly' => '%s_darkly',
'Flatly' => '%s_flatly',
'Journal' => '%s_journal',
'Lumen' => '%s_lumen',
'Paper' => '%s_paper',
'Readable' => '%s_readable',
'Sandstone' => '%s_sandstone',
'Simplex' => '%s_simplex',
'Slate' => '%s_slate',
'Spacelab' => '%s_spacelab',
'Superhero' => '%s_superhero',
'United' => '%s_united',
'Yeti' => '%s_yeti'
)
)
);