6-1
theme.html
002 | < html lang="<{$xoops_langcode}>"> |
005 | <{assign var=theme_name value=$xoTheme->folderName}> |
008 | <{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/get_var.html"}> |
010 | < meta charset="<{$xoops_charset}>"> |
012 | < meta name = "robots" content="<{$xoops_meta_robots}>" /> |
014 | < meta name = "keywords" content="<{$xoops_meta_keywords}>" /> |
016 | < meta name = "description" content="<{$xoops_meta_description}>" /> |
018 | < meta name = "rating" content="<{$xoops_meta_rating}>" /> |
020 | < meta name = "author" content="<{$xoops_meta_author}>" /> |
022 | < meta name = "copyright" content="<{$xoops_meta_copyright}>" /> |
024 | < meta name = "generator" content = "XOOPS" /> |
027 | < title ><{$xoops_sitename}> - <{$xoops_pagetitle}></ title > |
030 | < link rel = "alternate" type = "application/rss+xml" title = "" href="<{xoAppUrl backend.php}>" /> |
033 | < link rel = "shortcut icon" type = "image/ico" href="<{xoImgUrl icons/favicon.ico}>" /> |
034 | < link rel = "icon" type = "image/png" href="<{xoImgUrl icons/favicon.png}>" /> |
038 | < link rel = "stylesheet" type = "text/css" media = "all" title = "Style sheet" href="<{xoAppUrl xoops.css}>" /> |
040 | < link rel = "stylesheet" type = "text/css" media = "all" title = "Style sheet" href="<{xoImgUrl css/style.css}>" /> |
042 | < link rel = "stylesheet" type = "text/css" media = "all" title = "Style sheet" href="<{xoImgUrl css/xoops.css}>" /> |
044 | < link href="<{xoAppUrl modules/tadtools/bootstrap/css/bootstrap.css}>" rel="stylesheet" media="screen"> |
047 | <{$xoops_module_header}> |
050 | <{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/theme_css.html"}> |
051 | < style type = "text/css" > |
053 | font-family: <{$font_family}>; |
054 | background-size: cover; |
058 | margin: <{$margin_top}>px auto 0px auto; |
062 | background-color: <{$footer_bgcolor}>; |
068 | < script type = 'text/javascript' > |
069 | if(typeof jQuery == 'undefined') { |
070 | document.write("< script type = 'text/javascript' src='<{xoAppUrl modules/tadtools/jquery/jquery.js}>'><\/script>"); |
078 | < div id = "container_nav" > |
080 | <{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/navbar.html"}> |
086 | < div id = "container_header" > |
087 | < div class = "row-fluid" > |
091 | < a href="<{$xoops_url}>">< img src="<{$logo_img}>" alt="<{$xoops_sitename}>"></ a > |
093 | < h1 >< a href="<{$xoops_url}>"><{$xoops_sitename}></ a ></ h1 > |
099 | <{foreach from=$topmenu item=tm}> |
100 | < li >< a href="<{$tm.url}>" target="<{$tm.target}>"><{$tm.name}></ a ></ li > |
110 | < div id = "container_slide" > |
111 | <{includeq file="$xoops_rootpath/themes/$theme_name/xotpl/templatemo_slider.html"}> |
116 | < marquee style = "background-color:black;color:yellow;padding:6px 0px;" > |
117 | <{$smarty.const.TF_MARQUEE_PREFIX}><{$marquee}> |
122 | <{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/$theme_type.html"}> |
126 | < div id = "container_footer" > |
132 | < script src="<{xoAppUrl modules/tadtools/bootstrap/js/bootstrap.min.js}>"></ script > |
135 | <{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/my_js.html"}> |
139 | <{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/show_var.html"}> |