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

main.php:467 and 468 #58

Open nshvydky opened 6 years ago

nshvydky commented 6 years ago

Please replace DOKU_TPL in main.php:467 and 468 with DOKU_TPLINC. See the correct code below:

if (file_exists(DOKU_TPLINC."user/print.css")){ echo "<link rel=\"stylesheet\" media=\"all\" type=\"text/css\" href=\"".DOKU_TPLINC."user/print.css\" />\n";