"Fossies" - the Fresh Open Source Software Archive

Member "apg-2.2.3/php/apgonline/themes/default.php" (7 Aug 2003, 906 Bytes) of package /linux/privat/old/apg-2.2.3.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) PHP source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 <?
    2   ###################################
    3   # Standard HTML Page colors
    4   #
    5   $page_bgcolor = "#ffffff" ;
    6   $page_text    = "#000000" ;
    7   $page_link    = "#0000ff" ;
    8   $page_vlink   = "#000080" ;
    9   $page_alink   = "#ff0000" ;
   10 
   11   ###################################
   12   # Interface settings
   13   $interface_width     = "760";
   14   $copyright_color     = "#eeeeee";
   15   
   16   ###################################
   17   # Pannel properis
   18   #
   19   $p_width             = "370";
   20   $p_border_width      = "1";
   21   $p_3d_border_width   = "0";
   22   $p_border_color      = "#6633ff";
   23 
   24   $p_header_bgcolor    = "#6633ff";
   25   $p_header_font_color = "#ffffff";
   26   $p_header_font_size  = "0";
   27   $p_header_font_face  = "Helvetica,Arial,sans-serif";
   28 
   29   $p_body_bgcolor      = "#ffffff";
   30   $p_body_font_color   = "#000000";
   31   $p_body_font_size    = "-1";
   32   $p_body_font_face    = "Helvetica,Arial,sans-serif";
   33   
   34   $pass_hilight_color  = "#eeeeee";
   35 ?>