From: <txm...@us...> - 2012-11-20 08:47:16
|
Revision: 10261 http://sourceforge.net/p/xoops/svn/10261 Author: txmodxoops Date: 2012-11-20 08:47:14 +0000 (Tue, 20 Nov 2012) Log Message: ----------- Updated Modified Paths: -------------- XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/theme.html XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/tpl/metas.html Modified: XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/theme.html =================================================================== --- XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/theme.html 2012-11-20 08:19:17 UTC (rev 10260) +++ XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/theme.html 2012-11-20 08:47:14 UTC (rev 10261) @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="<{$xoops_langcode}>"> <head> <{* Center blocks display order valid values are: lrc (left right / center) lcr (left center right) clr (center / left right) *}> <{assign var=theme_top_order value=clr}> @@ -14,20 +14,16 @@ <{includeq file="$theme_tpl/metas.html"}> <{* Additionals Scripts *}> <{includeq file="$theme_tpl/scripts.html"}> - </head> - </head> - <body> + </head> + <body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>"> + <noscript><h1><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> : <{/if}><{$xoops_sitename}></h1></noscript> <!-- Home --> - <div data-role="page" id="page1"> + <div data-role="page" id="<{$xoops_dirname}>"> <!-- Additionals Header --> <{includeq file="$theme_tpl/header.html"}> <div data-role="content"> <{includeq file="$theme_tpl/login.html"}> - <!-- Additionals Ads --> - <{includeq file="$theme_tpl/advertise.html"}> <{if $xoops_contents && ($xoops_contents != ' ') }><div data-role="content"><{$xoops_contents}></div><{/if}> - <!-- Additionals Ads --> - <{includeq file="$theme_tpl/advertise.html"}> </div> <!-- Additionals Footer --> <{includeq file="$theme_tpl/footer.html"}> Modified: XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/tpl/metas.html =================================================================== --- XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/tpl/metas.html 2012-11-20 08:19:17 UTC (rev 10260) +++ XoopsCore/tags/2.5mobile timgno/htdocs/themes/mdefault/tpl/metas.html 2012-11-20 08:47:14 UTC (rev 10261) @@ -1,5 +1,7 @@ <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> +<meta http-equiv="content-language" content="<{$xoops_langcode}>" /> <title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> : <{/if}><{$xoops_sitename}></title> +<base href="http://www.txmodxoops.org/" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="robots" content="<{$xoops_meta_robots}>" /> <meta name="keywords" content="<{$xoops_meta_keywords}>" /> @@ -8,6 +10,9 @@ <meta name="author" content="<{$xoops_meta_author}>" /> <meta name="copyright" content="<{$xoops_meta_copyright}>" /> <meta name="generator" content="XOOPS" /> +<link rel="apple-touch-icon" href="<{xoAppUrl images/icons/apple/icon.png}>" /> +<{* Mobile Specific Metas *}> +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <{if $url}> <meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>" /> <{/if}> |