Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user/print.css not being loaded #18

Open
iolsmit opened this issue Mar 19, 2015 · 3 comments
Open

user/print.css not being loaded #18

iolsmit opened this issue Mar 19, 2015 · 3 comments

Comments

@iolsmit
Copy link

iolsmit commented Mar 19, 2015

Although the file user/print.css exists it is not loaded, at least for me.

Changing (DOKU_TPL to DOKU_TPLINC) in main.php line 518 to:
if (file_exists(DOKU_TPLINC."user/print.css")){
resolved the issue for me.
The file was not found originally as the path (DOKU_TPL) wasn't correct, at least for the php function file_exists()
For the html link it works perfectly fine.

Sorry if this is not the optimal way to point this out - it's the first time I'm contributing to github - maybe a pull request would have been better (don't know yet how this actually works...)

@iolsmit
Copy link
Author

iolsmit commented Mar 19, 2015

Created a pull request:
iolsmit@cd3224c

@selfthinker
Copy link

You linked to the commit wihin the pull request. The pull request is #19.

@iolsmit
Copy link
Author

iolsmit commented Mar 25, 2015

Thanks @selfthinker, github is still new territory for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants