From 174e25e90ae5b2be8cbdd203e9fb4c3056f6cc60 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Wed, 6 Nov 2013 15:39:53 +0100 Subject: [PATCH] [FIX] Default pool to unknown if unset --- public/templates/mpos/global/breadcrumbs.tpl | 2 +- public/templates/mpos/global/header.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"}