From: Justin J. Novack Date: Sun, 7 Oct 2012 02:27:42 +0000 (-0400) Subject: Integrate local copy of Bootstrap and Font-Awesome X-Git-Tag: v0.4.0~121 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/47e61fcb72b04899c46117af35130a7689d17192 Integrate local copy of Bootstrap and Font-Awesome --- diff --git a/data/config.default.php b/data/config.default.php index 1374b1b..a589924 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -4,7 +4,7 @@ $GLOBALS['phorkie']['cfg'] = array( 'gitdir' => __DIR__ . '/../repos/git/', 'workdir' => __DIR__ . '/../repos/work/', 'tpl' => __DIR__ . '/templates/', - 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css', + 'css' => '', 'title' => 'phorkie', 'topbar' => '', 'setupcheck' => true, diff --git a/data/templates/base.htm b/data/templates/base.htm index 7cf5505..d13f9e9 100644 --- a/data/templates/base.htm +++ b/data/templates/base.htm @@ -3,10 +3,15 @@ + + + + {% if css %} - + {% endif %} {% block title %}{% endblock %} - {{title}} + {% block meta %}{% endblock %}