Minahito
minah****@users*****
2007年 3月 28日 (水) 11:43:39 JST
Index: xoops2jp/html/themes/default/theme.html diff -u xoops2jp/html/themes/default/theme.html:1.3.8.1 xoops2jp/html/themes/default/theme.html:1.3.8.1.4.1 --- xoops2jp/html/themes/default/theme.html:1.3.8.1 Wed Oct 19 02:22:08 2005 +++ xoops2jp/html/themes/default/theme.html Wed Mar 28 11:43:39 2007 @@ -13,7 +13,12 @@ <title><{$xoops_sitename}> - <{$xoops_pagetitle}></title> <link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" /> <link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_url}>/xoops.css" /> -<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" /> + +<{* If you change standard Legacy theme strcutre removing style*.css from the theme directory, you have to remove the following; *}> +<{if $xoops_themecss != ""}> + <link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" /> +<{/if}> + <!-- RMV: added module header --> <{$xoops_module_header}> <script type="text/javascript">