Changeset 4725 for trunk/website

Show
Ignore:
Timestamp:
10/21/06 16:57:47 (2 years ago)
Author:
erijo
Message:

Undo r4722 for skins.php. It was not supposed to be committed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/skins.php

    r4722 r4725  
     1<? 
     2  include "header.php"; 
     3?> 
     4       
     5      <div id="content" >  
     6 
     7                <div id="main"><img src="images/main_title_skins.gif" alt="Main" /></div> 
     8        <div id="maincontent"> 
     9          <div id="subcontent"> 
     10 
     11          <p>Skins for Licq work with the Qt-GUI plugin and are easy to make (see the <a href="SKINS.HOWTO">SKINS.HOWTO</a>) and easy to install.</p> 
     12          <p>To use one, simply unpack it into the qt-gui directory (/usr/local/share/licq/qt-gui or /usr/share/licq/qt-gui) or your licq directory (~/.licq) and then select it from the Skin Browser, or use the -s option to the qt-gui.</p>  
     13          <p>You can also test a skin by unpacking it anywhere and passing the gui the full pathname to the directory.</p> 
     14 
     15          <h3><a href="skins.php">Skins</a> :: <a href="iconsets.php">Icons</a> :: Sounds :: Click Images to Zoom</h3>  
     16             
    117            <? 
    218 
     
    6783            </table> 
    6884       
     85          </div> 
     86        </div> 
     87 
     88        <div id="mainfooter"><p id="mainfooter_left"></p><!-- <img src="images/main_bg_bottomleft.gif" border="0" alt="Main" /> --></div> 
     89 
     90            </div>  
     91 
     92<? include "footer.php" ?>