From 0e8949c71d5617742a8c09683562c0a65746b544 Mon Sep 17 00:00:00 2001 From: Zen00 Date: Tue, 28 Jan 2014 08:16:31 -0700 Subject: [PATCH] Linked Site-Title Seems that there was plans to make the site title a link, but the .tpl was never updated. --- public/templates/mpos/global/header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/mpos/global/header.tpl b/public/templates/mpos/global/header.tpl index 135b7ec5..9c8ab7e5 100644 --- a/public/templates/mpos/global/header.tpl +++ b/public/templates/mpos/global/header.tpl @@ -1,4 +1,4 @@
-

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

+

{$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}

\ No newline at end of file