Changed logo, made How To page block show for the How To Page category

This commit is contained in:
scmb1 2013-07-05 16:52:19 -04:00
parent e38cfb1d5d
commit db358c71ed
3 changed files with 4 additions and 3 deletions

View file

@ -162,7 +162,7 @@ class ScratchWikiSkinTemplate extends BaseTemplate{
//content type identification box. to be moved somewhere else (cleaner).
if( $this->data['catlinks'] && $wgUser->isLoggedIn()) {
$cat = $this->data['catlinks'];
if(strpos($cat, 'Tutorials')>0 || strpos($cat, 'FAQ')>0 || strpos($cat, 'Help Pages')> 0 || strpos($cat, 'How To Pages')> 0) {
if(strpos($cat, 'How To Pages')> 0) {
$o = '<div class="box ctype ctype-helppage">'.
'<h1>How To page</h1>'.
'<div class=box-content>'.

View file

@ -106,11 +106,12 @@ header li a:hover, #userfcttoggle.open {
.wikilogo_space{
height: 140px;
height: 150px;
margin-left: 15px;
}
.wikilogo{
background-image: url("wiki.png") ;
background-image: url("wikilogo2.png") ;
background-repeat: no-repeat;
height: 140px;
display: block;

BIN
wikilogo2.png Normal file

Binary file not shown.

After

(image error) Size: 25 KiB