Minahito
minah****@users*****
2007年 4月 10日 (火) 12:06:27 JST
Index: xoops2jp/html/modules/legacyRender/templates/legacy_render_dialog.html diff -u xoops2jp/html/modules/legacyRender/templates/legacy_render_dialog.html:1.1.2.2 xoops2jp/html/modules/legacyRender/templates/legacy_render_dialog.html:1.1.2.2.4.1 --- xoops2jp/html/modules/legacyRender/templates/legacy_render_dialog.html:1.1.2.2 Sat Feb 4 00:12:46 2006 +++ xoops2jp/html/modules/legacyRender/templates/legacy_render_dialog.html Tue Apr 10 12:06:27 2007 @@ -15,7 +15,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}> + <script type="text/javascript"> <!-- <{$xoops_js}>