Changeset 4722
- Timestamp:
- 10/21/06 06:02:34 (2 years ago)
- Location:
- trunk
- Files:
-
- 1 modified
- 6 moved
-
auto-reply/configure.ac (moved) (moved from trunk/auto-reply/configure.in)
-
console/configure.ac (moved) (moved from trunk/console/configure.in)
-
email/configure.ac (moved) (moved from trunk/email/configure.in)
-
msn/configure.ac (moved) (moved from trunk/msn/configure.in)
-
qt-gui/configure.ac (moved) (moved from trunk/qt-gui/configure.in)
-
rms/configure.ac (moved) (moved from trunk/rms/configure.in)
-
website/skins.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/skins.php
r4518 r4722 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 17 1 <? 18 2 … … 83 67 </table> 84 68 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" ?>
