[FIX] Website Title instead of Website Name on <title>, MPOS Theme

This commit is contained in:
nicoschtein 2013-10-08 23:38:33 -03:00
parent b2db6e7c48
commit 7112e9d643

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>{$GLOBAL.website.name} I {$smarty.request.page|default:"home"|capitalize}</title>
<title>{$GLOBAL.website.title} I {$smarty.request.page|default:"home"|capitalize}</title>
<link rel="stylesheet" href="{$PATH}/css/layout.css" type="text/css" media="screen" />
<link rel="stylesheet" href="{$PATH}/css/fontello.css">