tazpanel diff tazpanel.conf @ rev 33

Show README in doc for now and small fix to style path
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 05 06:06:09 2011 +0200 (2011-04-05)
parents 167d42c156fa
children f57db6b5b4c6
line diff
     1.1 --- a/tazpanel.conf	Tue Apr 05 03:35:45 2011 +0200
     1.2 +++ b/tazpanel.conf	Tue Apr 05 06:06:09 2011 +0200
     1.3 @@ -5,10 +5,10 @@
     1.4  PANEL="/var/www/tazpanel"
     1.5  STYLE="default"
     1.6  
     1.7 -# Path to images and xHTML skel
     1.8 -IMAGES="styles/$STYLE/images"
     1.9 -HEADER="styles/$STYLE/header.html"
    1.10 -FOOTER="styles/$STYLE/footer.html"
    1.11 +# Absolute path to images and xHTML skel from $PANEL
    1.12 +IMAGES="/styles/$STYLE/images"
    1.13 +HEADER="/styles/$STYLE/header.html"
    1.14 +FOOTER="/styles/$STYLE/footer.html"
    1.15  
    1.16  # Display some debug message
    1.17  DEBUG="0"