You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm refering to this line.
On my machine it returns an invalid path (404) because both my server root and the plugin folder are symlinked.
Could this be made user configurable?
I have an implementation in the works in my fork but did not want to mess with this file because I don't know how GetSimple works.
I could imagine something like this:
if (empty($this->ContactStyle)) $this->ContactStyle=SERVER.RELPATH."style.css";
$defaultStyle = '<link rel="stylesheet" href="'.$this->ContactStyle.'"/>';
The text was updated successfully, but these errors were encountered:
I'm refering to this line.
On my machine it returns an invalid path (404) because both my server root and the plugin folder are symlinked.
Could this be made user configurable?
I have an implementation in the works in my fork but did not want to mess with this file because I don't know how GetSimple works.
I could imagine something like this:
The text was updated successfully, but these errors were encountered: