U_DONATE fix

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

U_DONATE fix

Post by artikkk »

Link to donate.php on navbar doesn't work :oops:

open includes/functions.php
find

Code: Select all

'U_FAQ'					=> append_sid("{$phpbb_root_path}faq.$phpEx"),
add after

Code: Select all

'U_DONATE'              => append_sid("{$phpbb_root_path}donate.$phpEx"),
bye :geek: