Merge pull request #697 from nicoschtein/patch-5
[FIX] Website Title instead of Website Name on <title>, MPOS Theme
This commit is contained in:
commit
b7ae212d55
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user