Changed header logo and changed version to 3.0.0

This commit is contained in:
Andre Lorbach 2010-02-18 11:42:46 +01:00
parent ca88c86609
commit 2c6342b88e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
$LANG = "en"; // Default language
// Default Template vars
$content['BUILDNUMBER'] = "2.9.0";
$content['BUILDNUMBER'] = "3.0.0";
$content['TITLE'] = "LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title
$content['BASEPATH'] = $gl_root_path;
$content['SHOW_DONATEBUTTON'] = true; // Default = true!