*correct to shop history transactions

This commit is contained in:
AngelOfDeaths 2017-09-03 21:08:20 +02:00 committed by GitHub
parent d605ef4b28
commit 6ff65050f5

View File

@ -84,7 +84,7 @@ foreach($links as $link) {
$template['link_' . $link] = internalLayoutLink($link);
}
$template['link_gifts_history'] = internalLayoutLink('gifts', 'show_history');
$template['link_gifts_history'] = internalLayoutLink('shopoffer', 'show_history_transactions');
if($config['forum'] != '')
{
if(strtolower($config['forum']) == 'site')