diff --git a/admin-dev/themes/template/header.tpl b/admin-dev/themes/template/header.tpl index 4d41499e9..7b6110512 100644 --- a/admin-dev/themes/template/header.tpl +++ b/admin-dev/themes/template/header.tpl @@ -56,8 +56,8 @@ var new_msg = '{l s='A new message posted on your shop.'}'; var excerpt_msg = '{l s='Excerpt : '}'; var see_msg = '{l s='Click here to see that message'}'; - var token_admin_orders = '{$token_admin_orders}'; - var token_admin_customers = '{$token_admin_customers}'; + var token_admin_orders = '{getAdminToken tab='AdminOrders'}'; + var token_admin_customers = '{getAdminToken tab='AdminCustomers'}'; {if isset($css_files)} @@ -163,7 +163,7 @@ $(document).ready(function()
{l s='No new orders has been made on your shop'}
{l s='No new customers registered on your shop'}
{l s='No new messages posted on your shop'}