Author: heiko.braun(a)jboss.com
Date: 2007-06-22 05:03:07 -0400 (Fri, 22 Jun 2007)
New Revision: 3689
Modified:
projects/wiki/skins/Devmo.php
Log:
Retrieve css from skin directory
Modified: projects/wiki/skins/Devmo.php
===================================================================
--- projects/wiki/skins/Devmo.php 2007-06-22 08:54:47 UTC (rev 3688)
+++ projects/wiki/skins/Devmo.php 2007-06-22 09:03:07 UTC (rev 3689)
@@ -58,9 +58,9 @@
<?php $this->html('headlinks') ?>
<title><?php $this->text('pagetitle') ?></title>
- <link rel="stylesheet" type="text/css" media="all"
href="/css/base.css" />
- <link rel="stylesheet" type="text/css" media="all"
href="/css/wiki.css" />
- <link rel="stylesheet" type="text/css" media="print"
href="/css/wikiprint.css" />
+ <link rel="stylesheet" type="text/css" media="all"
href="<?php $this->text('stylepath' ) ?>/devmo/css/base.css"
/>
+ <link rel="stylesheet" type="text/css" media="all"
href="<?php $this->text('stylepath' ) ?>/devmo/css/wiki.css"
/>
+ <link rel="stylesheet" type="text/css" media="print"
href="<?php $this->text('stylepath' )
?>/devmo/css/wikiprint.css" />
<!--[if gte IE 6]><style type="text/css">@import "<?php
$this->text('stylepath') ?>/<?php $this->text('stylename')
?>/IE60Fixes.css";</style><![endif]-->
<!--[if IE]><script type="<?php $this->text('jsmimetype')
?>" src="<?php $this->text('stylepath')
?>/common/IEFixes.js"></script>
<meta http-equiv="imagetoolbar" content="no"
/><!{endif]-->
@@ -85,13 +85,15 @@
<p class="skipLink"><a href="#content"
accesskey="2">Skip to main content</a></p>
<div id="header">
+
<div id="ORGheader">
<div id="ORGLogo">
<a href="/mediawiki/" accesskey="1">
<img src="/css/images/jbossorg_logo.gif"
alt="JBoss.org home"
width="250" height="65" border="0"/></a>
</div>
</div>
- <!-- search box -->
+
+ <!-- search box -->
<form name="searchform" action="<?php
$nutchPage =& Title::makeTitle(NS_SPECIAL, 'Nutch');
echo $nutchPage->getLocalURL(); ?>" id="searchform">