diff --git a/main.php b/main.php index c0067fa..9eca9fb 100644 --- a/main.php +++ b/main.php @@ -464,7 +464,7 @@ function _vector_renderButtons($arr) // thing! BTW: good text about this: http://is.gd/5MyG5 echo "\n" ."\n"; - if (file_exists(DOKU_TPL."user/print.css")){ + if (file_exists(DOKU_TPLINC."user/print.css")){ echo "\n"; } }