diff --git a/public/templates/mpos/global/breadcrumbs.tpl b/public/templates/mpos/global/breadcrumbs.tpl index f758ad10..d22cbc37 100644 --- a/public/templates/mpos/global/breadcrumbs.tpl +++ b/public/templates/mpos/global/breadcrumbs.tpl @@ -1,3 +1,3 @@ diff --git a/public/templates/mpos/global/header.tpl b/public/templates/mpos/global/header.tpl index 6eafd7af..a41835a9 100644 --- a/public/templates/mpos/global/header.tpl +++ b/public/templates/mpos/global/header.tpl @@ -1,5 +1,5 @@
-

{$GLOBAL.website.name}

+

{$GLOBAL.website.name|default:"Unknown Pool"}

{if $smarty.request.action|escape|default:""}{$smarty.request.action|escape|capitalize}{else}{$smarty.request.page|escape|default:"home"|capitalize}{/if}

{include file="login/small.tpl"}