mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
issue 89 apply patch
double quotes change to single quotes. Defined by the user be able to add meta tags git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9826 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3b9e71ea69
commit
5af206c9a7
3 changed files with 68 additions and 23 deletions
|
|
@ -12,6 +12,12 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta name="Generator" content="XpressEngine" />
|
||||
{@ $meta_tags = Context::getMetaTag() }
|
||||
<block loop="$meta_tags=>$key,$meta_tag">
|
||||
<meta http-equiv="{$meta_tag['name']}" content="{$meta_tag['content']}" cond="$meta_tag['is_http_equiv']" />
|
||||
<meta name="{$meta_tag['name']}" content="{$meta_tag['content']}" cond="!$meta_tag['is_http_equiv']" />
|
||||
</block>
|
||||
|
||||
<!--@if($module_info->module)-->
|
||||
<meta name="module" content="{$module_info->module}" />
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue