mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
common_layout.html meta tag loop rollback.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12288 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
695693f66f
commit
f66e445187
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@
|
|||
<!-- META -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="Generator" content="XpressEngine">
|
||||
<block loop="Context::getMetaTag() => $no, $val">
|
||||
<meta http-equiv="{$val['name']}"|cond="$val['is_http_equiv']" name="{$val['name']}"|cond="!$val['is_http_equiv']" content="{$val['content']}">
|
||||
</block>
|
||||
<!-- TITLE -->
|
||||
<title>{Context::getBrowserTitle()}</title>
|
||||
<!-- CSS -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue