forked from kasperisager/vanilla-apptastic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.php
executable file
·13 lines (10 loc) · 994 Bytes
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php if (!defined("APPLICATION")) exit();
$ThemeInfo["Apptastic"] = array(
"Name" => "Apptastic",
"Description" => "A sleek and super modern desktop-like interface for Vanilla derived from the <b><a href='http://getsentry.com/welcome/'>Sentry</a></b> application. The theme is based on the <b><a href='http://twitter.github.com/bootstrap/'>Bootstrap framework</a></b> by <b><a href='http://twitter.com'>Twitter</a></b> and built using <b><a href='https://github.com/kasperisager/Austere'>Austere</a></b> as well as the <b><a href='http://compass-style.org'>Compass</a></b> framework.<p></p> This is NOT a ready-to-use theme and is merely meant as a canvas of ideas. Feel free to fork the theme on Github and send me a pull request if you have some great code you want to share.",
"Version" => "0.9.2",
"Author" => "Kasper K. Isager",
"AuthorEmail" => "[email protected]",
"AuthorUrl" => "https://github.com/kasperisager",
"RequiredApplications" => array("Vanilla" => ">=2.1")
);