summaryrefslogtreecommitdiff
path: root/lib/exe
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2013-08-03 22:16:59 +0100
committerAnika Henke <anika@selfthinker.org>2013-08-03 22:16:59 +0100
commit2d59ebc34b9c4c4b7b70096f9dbd1621eb13883f (patch)
tree1d5762747e977b0e473ded016e98c0f3890ac515 /lib/exe
parent8c5aad7bcd74959cceb191697de486a5f6e98fd7 (diff)
parent90e793b91a348ae2876ed14c8b0d0000192d55e5 (diff)
downloadrpg-2d59ebc34b9c4c4b7b70096f9dbd1621eb13883f.tar.gz
rpg-2d59ebc34b9c4c4b7b70096f9dbd1621eb13883f.tar.bz2
Merge remote-tracking branch 'origin/confstyleini' into confstyleini
Diffstat (limited to 'lib/exe')
-rw-r--r--lib/exe/css.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php
index 48304b2b6..08dc4d5dd 100644
--- a/lib/exe/css.php
+++ b/lib/exe/css.php
@@ -50,8 +50,6 @@ function css_out(){
// load styl.ini
$styleini = css_styleini($tpl);
- print_r($styleini);
-
// if old 'default' userstyle setting exists, make it 'screen' userstyle for backwards compatibility
if (isset($config_cascade['userstyle']['default'])) {
$config_cascade['userstyle']['screen'] = $config_cascade['userstyle']['default'];