From 6ff65050f56df091d347d1ed9fea4b2f52fd2973 Mon Sep 17 00:00:00 2001 From: AngelOfDeaths <31589829+AngelOfDeaths@users.noreply.github.com> Date: Sun, 3 Sep 2017 21:08:20 +0200 Subject: [PATCH] *correct to shop history transactions --- system/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/template.php b/system/template.php index 7f558b14..7ae710df 100644 --- a/system/template.php +++ b/system/template.php @@ -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')