7-2
tad2017/theme.tpl
< html lang="<{$xoops_langcode}>"> |
<{assign var=theme_name value=$xoTheme->folderName}> |
<{includeq file="$xoops_rootpath/modules/tadtools/themes_common/get_var.tpl"}> |
<{includeq file="$xoops_rootpath/modules/tadtools/themes_common/meta.tpl"}> |
< title ><{$xoops_sitename}> - <{$xoops_pagetitle}></ title > |
<{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/link_css.tpl"}> |
<{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/theme_css.tpl"}> |
font-family:<{$font_family}>; |
src: url('<{xoImgUrl}>myfont.ttf'); |
src: url('<{xoImgUrl}>setofont.ttf'); |
background: #000 url('<{xoImgUrl}>images/min-header.jpg') top left /cover; |
border-bottom: 1px solid #156785; |
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.4); |
background: <{$footer_bgcolor}> url('<{$footer_img}>'); |
color: <{$footer_color}>; |
color: <{$footer_color}>; |
<{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/navbar.tpl"}> |
<{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/slideshow_responsive.tpl"}> |
< div class = "container" style="margin-top: <{$margin_top}>px;"> |
<{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/$theme_type.tpl"}> |
< a href="<{$xoops_url}>/modules/system/admin.php?fct=preferences&op=show&confcat_id=3" class="block_config"></ a > |
<{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/bootstrap_js.tpl"}> |
<{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/my_js.tpl"}> |
<{includeq file="$xoops_rootpath/modules/tadtools/themes_common/show_var.tpl"}> |
$(window).scroll(scroll_style); |
function scroll_style() { |
var window_top = $(window).scrollTop(); |
$(".navbar").addClass("mini_menu"); |
$(".navbar").removeClass("mini_menu"); |