SF.net SVN: postfixadmin: [320] trunk/setup.php
Brought to you by:
christian_boltz,
gingerdog
|
From: <chr...@us...> - 2008-04-06 23:33:42
|
Revision: 320
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=320&view=rev
Author: christian_boltz
Date: 2008-04-06 16:33:48 -0700 (Sun, 06 Apr 2008)
Log Message:
-----------
setup.php:
- added hardcoded $CONF['theme_logo'] and $CONF['theme_css'] to fix the
layout
Modified Paths:
--------------
trunk/setup.php
Modified: trunk/setup.php
===================================================================
--- trunk/setup.php 2008-04-06 23:28:40 UTC (rev 319)
+++ trunk/setup.php 2008-04-06 23:33:48 UTC (rev 320)
@@ -29,6 +29,8 @@
require_once("functions.inc.php");
$CONF['show_header_text'] = 'NO';
+$CONF['theme_logo'] = 'images/logo-default.png';
+$CONF['theme_css'] = 'css/default.css';
require('templates/header.php');
?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|