Commit: 946a4b5e46e1c0aa3c49d2f1b06cf71f1956496c Author: Hannes Magnusson <[email protected]> Mon, 16 Dec 2013 22:51:31 -0800 Parents: b522e6bcae20a67daf8b46c995ca5b58a9f918f6 Branches: master
Link: http://git.php.net/?p=web/wiki.git;a=commitdiff;h=946a4b5e46e1c0aa3c49d2f1b06cf71f1956496c Log: Don't load the additional standard dokuwiki themes, load our modifications Changed paths: M dokuwiki/lib/tpl/phpnet/main.php Diff: diff --git a/dokuwiki/lib/tpl/phpnet/main.php b/dokuwiki/lib/tpl/phpnet/main.php index 6111922..94cfedf 100644 --- a/dokuwiki/lib/tpl/phpnet/main.php +++ b/dokuwiki/lib/tpl/phpnet/main.php @@ -36,11 +36,8 @@ if (empty($_SERVER['REMOTE_USER'])) { array("href" => "?do=profile", "text" => $name,), ); } -ob_start(); -tpl_metaheaders(); -$HEAD_RAND = ob_get_contents(); -ob_end_clean(); -$HEAD_RAND .= <<< EXTRA +$CSS = array("/shared/styles/wiki.css"); +$HEAD_RAND = <<< EXTRA <style type="text/css"> #dokuwiki__site { margin: 40px auto; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
