arsava / dokuwiki-template-vector

"vector" brings you the MediaWiki/Wikipedia 2010 look and feel for DokuWiki.
http://www.dokuwiki.org/template:vector
GNU General Public License v2.0
38 stars 9 forks source link

Typo in lib/tpl/vector/main.php in line 467 (DOKU_TPL instead of DOKU_TPLINC) #55

Open mifritscher opened 7 years ago

mifritscher commented 7 years ago

Instead of if (file_exists(DOKU_TPL."user/print.css")){ it should be if (file_exists(DOKU_TPLINC."user/print.css")){

else it looks at the wrong directory "/lib/tpl/vector/user/print.css".