Tobias Negd
Tobias Negd
Which element should be used? Last element of the template path or the first one?
already handled with my second pull request #159.
Could you please replace DIRECTORY_SEPARATOR with '/'? Problem on windows machine is that there will be some misbehavior: ``` 'template'.DIRECTORY_SEPARATOR.'test' ``` will be included as ``` 'template{TAB}est' ``` same for...
DIRECTORY_SEPARATOR is a global php constand depending on your operating system. It is always defined because it's a php default constant.
Added workaround #162