Show
Ignore:
Timestamp:
05/10/06 14:56:02 (7 years ago)
Author:
benoitg
Message:
  • Working (if slightly basic) theme manager. You can pick the theme in the network configuration. To add your own theme, read wifidog/media/network_theme_packs/README.txt
  • Cleanup and document the wifidog directory structure
  • Minor HTML corrections for content types
  • Completely rip out the old local_content system, and a bunch of obsolete defines and config variables.
  • Get rid of PHP generated stylesheets
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/content/PatternLanguage/index.php

    r1030 r1031  
    8585 
    8686// Body 
    87 $body_html = "<img src='".BASE_SSL_PATH."images/PatternLanguage/header.gif'>\n"; 
     87$body_html = "<img src='images/header.gif'>\n"; 
    8888$body_html .= "<h1>"._("About Pattern Language")."</h1>"; 
    8989$body_html .= "<div class='pattern_language_body'>";