Site Hacks

Revision as of 07:36, 11 June 2012 by Parry (talk | contribs) (Created page with "Things to make sure to remember when upgrading. ===Site Hacks=== Adding the header image: Change the header part of '''Vector.php''' to <pre> <!-- header --> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Things to make sure to remember when upgrading.

Site Hacks

Adding the header image:

Change the header part of Vector.php to

 
      <!-- header -->
                <div id="mw-head" class="noprint">
                        <?php $this->renderNavigation( 'PERSONAL' ); ?>
                        <div id="left-navigation">
                             <div>
                                  <a style="position: absolute; left:0; top:-70px;" href="/chinese/grammar/Main_Page"  title="Visit the main page">
                                           <img src="http://resources.allsetlearning.com/gramwiki/images/b/b4/Wiki-title.png"/>
                                   </a>
                              </div>
                                <?php $this->renderNavigation( array( 'NAMESPACES', 'VARIANTS' ) ); ?>
                        </div>
                        <div id="right-navigation">
                                <?php $this->renderNavigation( array( 'VIEWS', 'ACTIONS', 'SEARCH' ) ); ?>
                        </div>
                </div>
                <!-- /header -->