//字型設定
$i++;
$theme_config[$i]['name'] = "font_family";
$theme_config[$i]['text'] = TF_FONT_FAMILY;
$theme_config[$i]['desc'] = TF_FONT_FAMILY_DESC;
$theme_config[$i]['type'] = "text";
$theme_config[$i]['default'] = constant('TF_FONT_FAMILY_DEFAULT');
$theme_config[$i]['default']=constant('語系常數');
$theme_config[$i]['default']=constant('TF_TOPMENU_DEFAULT');
[{"name":"回首頁","url":"{XOOPS_URL}","target":"_self"},
{"name":"最新消息","url":"{XOOPS_URL}/modules/tadnews/","target":"_self"},
{"name":"電子相簿","url":"{XOOPS_URL}/modules/tadgallery/,"target":"_self""},
{"name":"檔案下載","url":"{XOOPS_URL}/modules/tad_uploader/","target":"_self"},
{"name":"聯絡我們","url":"{XOOPS_URL}/modules/ugm_contact_us/","target":"_self"}]
<!-- 預設滑動圖文(可自適應) -->
<{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/slideshow_responsive.tpl"}>
<!-- 進階滑動圖文 1(固定寬度) -->
<{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/slider/amazingslider1.tpl"}>
<!-- 進階滑動圖文 2(可自適應) -->
<{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/slider/amazingslider2.tpl"}>
<!-- 進階滑動圖文 3(可自適應) -->
<{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/slider/amazingslider3.tpl"}>
<!-- sliderman 滑動圖文(固定寬度) -->
<{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/slider/sliderman.tpl"}>
<!-- 預設選單($menu_var_kind 建議用 my_menu) -->
<{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/navbar.tpl"}>
<!-- CSS選單($menu_var_kind 建議用 all) -->
<{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/menu/cssmenu/menu.tpl"}>
<!-- superfish選單($menu_var_kind 建議用 all) -->
<{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/menu/superfish/menu.tpl"}>
<!-- nav-pills 選單($menu_var_kind 建議用 all) -->
<{includeq file="$xoops_rootpath/modules/tadtools/themes3_tpl/menu/nav-pills/menu.tpl"}>
a.block_config {
position:absolute;
top:10px;
right:10px;
display: block;
width: 16px;
height: 16px;
background-image: url(../images/block_config.png);
}
a.block_config:hover {
background-image: url(../images/block_config_hover.png);
}
下載圖示,並解壓到佈景的 images 中
如果設定符號不是放在區塊,兒是在其他如頁尾的地方,請自行在其上一層容器加上 position: relative; 的CSS設定,例如:
#footer {
background: #123456;
color: #fff;
text-align: center;
padding: 30px 0px;
margin-top: 30px;
position: relative;
}