Merge branch 'master' into live

* master:
  SPR-815 remove unused roboto font
  SPR-800 remove unused function file
  use simpler striped pattern for section highlight
  activate deployment
  Add fabfile.py
This commit is contained in:
Andreas Gohr 2017-02-21 15:21:50 +01:00
commit f6216bf7c2
74 changed files with 76 additions and 4277 deletions

View file

@ -10,7 +10,6 @@
*/
if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */
@require_once(dirname(__FILE__).'/tpl_functions.php'); /* include hook for template functions */
header('X-UA-Compatible: IE=edge,chrome=1');
$showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USER']) );