[xoops-cvslog 6648] CVS update: xoops2jp/html/themes/default

Back to archive index

NobuNobu nobun****@users*****
2007年 4月 30日 (月) 16:51:53 JST


Index: xoops2jp/html/themes/default/theme.html
diff -u xoops2jp/html/themes/default/theme.html:1.5 xoops2jp/html/themes/default/theme.html:1.5.8.1
--- xoops2jp/html/themes/default/theme.html:1.5	Mon May  1 11:37:31 2006
+++ xoops2jp/html/themes/default/theme.html	Mon Apr 30 16:51:52 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 structure 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">
@@ -107,7 +112,7 @@
 
   <table cellspacing="0">
     <tr id="footerbar">
-      <td><a href="http://xoopscube.org/" target="_blank"><img src="<{$xoops_imageurl}>poweredby.gif" alt="" /></a></td>
+      <td><a href="http://jp.xoops.org/" target="_blank"><img src="<{$xoops_imageurl}>poweredby.gif" alt="" /></a></td>
     </tr>
   </table>
 </body>
Index: xoops2jp/html/themes/default/manifesto.ini.php
diff -u /dev/null xoops2jp/html/themes/default/manifesto.ini.php:1.1.6.1
--- /dev/null	Mon Apr 30 16:51:53 2007
+++ xoops2jp/html/themes/default/manifesto.ini.php	Mon Apr 30 16:51:52 2007
@@ -0,0 +1,21 @@
+<?php
+/**
+
+[Manifesto]
+Name="Default Theme"
+Depends=Legacy_RenderSystem,legacy
+Url="http://www.xoops.org"
+Version="1.0.0"
+
+[Theme]
+RenderSystem=Legacy_RenderSystem
+Format="XOOPS2 Legacy Style"
+Author=XOOPS Project Team
+ScreenShot="screenshot.png"
+Description="This is the theme that was a standard of XOOPS2 once"
+W3C=NG
+
+Licence="GPL"
+
+*/
+?>
\ No newline at end of file
Index: xoops2jp/html/themes/default/screenshot.png


xoops-cvslog メーリングリストの案内
Back to archive index