Browse Source

Add "Powered by GeSHi" logo on paste; misc fixes

pull/1/head
falkTX 11 years ago
parent
commit
43dfbe0be5
3 changed files with 10 additions and 7 deletions
  1. +6
    -6
      Documentation.php
  2. BIN
      images/powered-by-geshi.png
  3. +4
    -1
      includes/header.php

+ 6
- 6
Documentation.php View File

@@ -8,14 +8,14 @@ include_once("includes/header.php");

<p>
If you're looking for help regarding an <b>Ubuntu</b> feature, please search within the
<a href="http://ubuntuforums.org/" class="external text" rel="nofollow">Ubuntu Forums</a>.<br/>
<a href="http://ubuntuforums.org/" class="external text" rel="nofollow" target="_blank">Ubuntu Forums</a>.<br/>
For general <b>Linux Audio</b> help, use the
<a href="http://linuxmusicians.com/" class="external text" rel="nofollow">LinuxMusicians Forums</a> or
<a href="http://lists.linuxaudio.org/listinfo/linux-audio-user/" class="external text" rel="nofollow">LinuxAudio Mailing List</a>.<br/>
<a href="http://linuxmusicians.com/" class="external text" rel="nofollow" target="_blank">LinuxMusicians Forums</a> or
<a href="http://lists.linuxaudio.org/listinfo/linux-audio-user/" class="external text" rel="nofollow" target="_blank">LinuxAudio Mailing List</a>.<br/>
You can also use <b>IRC</b> on irc.freenode.net (or .com) server, channel
<a href="https://webchat.freenode.net/?channels=#kxstudio" class="external text" rel="nofollow">#kxstudio</a>,
<a href="https://webchat.freenode.net/?channels=#opensourcemusicians" class="external text" rel="nofollow">#opensourcemusicians</a> or
<a href="https://webchat.freenode.net/?channels=#kxstudio,#opensourcemusicians" class="external text" rel="nofollow">both</a>.<br/>
<a href="https://webchat.freenode.net/?channels=#kxstudio" class="external text" rel="nofollow" target="_blank">#kxstudio</a>,
<a href="https://webchat.freenode.net/?channels=#opensourcemusicians" class="external text" rel="nofollow" target="_blank">#opensourcemusicians</a> or
<a href="https://webchat.freenode.net/?channels=#kxstudio,#opensourcemusicians" class="external text" rel="nofollow" target="_blank">both</a>.<br/>
</p>
<p>
Please note that documentation for KXStudio is a work in progress, if you need some information not available here, you can try:


BIN
images/powered-by-geshi.png View File

Before After
Width: 88  |  Height: 31  |  Size: 2.9KB

+ 4
- 1
includes/header.php View File

@@ -124,6 +124,10 @@ else*/
</ul>
</div>
<?php } else { ?>
<?php if ($PAGE_TYPE == "PASTE") { ?>
<a href="http://qbnz.com/highlighter" class="external text" rel="nofollow" target="_blank" style="position:absolute; top:37px; right:5%;"><img src="<?php echo $ROOT; ?>/images/powered-by-geshi.png" alt="Powered by GeSHi"/></a>
<?php } ?>

<div id="subheader" class="container_16">
<div id="breadcrump" class="grid_12 alpha">
<a href="<?php echo $ROOT; ?>/" title="Home"><img src="<?php echo $ROOT; ?>/images/home_grey.png" width="16" height="16" alt="Home" /> KXStudio </a>
@@ -169,7 +173,6 @@ else*/
</div>
<div id="contentSub"></div>
<!-- End: Box header -->

<div class="alpha omega paste_canvas_area">
<?php if ($PAGE_TYPE == "HOME") { ?>
<h1><span class="mw-headline"> About KXStudio </span></h1>


Loading…
Cancel
Save