Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

I need to add a custom link to the logo in the header - not hard-coded but from the config file.

I need to make the {link path="home"} to be a URL from the config.php file and have no idea how to do this in Vanilla :(
All the php code i put in the default.master.tpl gets ignored.

I want to do something link have it set in the config.php like this:
$Configuration['Routes']['CustomUrlLink'] = 'https://customurllink.com';

and then the url would be $CustomUrlLink
so... I guess like: {logo}

Any help would be greatly appreciated.

Thanks

Comments

Sign In or Register to comment.