Skip to content

Commit

Permalink
New logo ver 2 (likely final)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethnar committed Mar 22, 2012
1 parent efc869c commit ff79a0b
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 7 deletions.
Binary file removed images/logo-small.gif
Binary file not shown.
Binary file modified images/logo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/logo.gif
Binary file not shown.
Binary file added images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<div id="epesiStatus">
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
<tr>
<td><img src="images/logo.gif" alt="logo" width="550" height="200" border="0"></td>
<td><img src="images/logo.png" alt="logo" width="550" height="200" border="0"></td>
</tr>
<tr>
<td style="text-align: center; vertical-align: middle; height: 30px;"><span id="epesiStatusText"><?php print(STARTING_MESSAGE);?></span></td>
Expand Down
2 changes: 1 addition & 1 deletion modules/Base/MainModuleIndicator/help.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ span.footer a:hover {
}

#banner .image {
background-image: url("../../../images/logo-small.gif");
background-image: url("../../../images/logo-small.png");
background-repeat: repeat-x;
width: 193px;
height: 83px;
Expand Down
2 changes: 1 addition & 1 deletion modules/Base/MainModuleIndicator/theme/logo.tpl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<a href="#"><img border="0" src="{if $logo}{$logo}{else}{$theme_dir}/images/logo-small.gif{/if}" width="193" height="83"></a>
<a href="#"><img border="0" src="{if $logo}{$logo}{else}{$theme_dir}/images/logo-small.png{/if}" width="193" height="83"></a>
Binary file modified modules/Base/Theme/images.zip
Binary file not shown.
Binary file removed modules/Base/Theme/images/logo-small.gif
Binary file not shown.
Binary file added modules/Base/Theme/images/logo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed modules/Base/Theme/images/logo.gif
Binary file not shown.
Binary file added modules/Base/Theme/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion modules/Base/User/Login/theme/default.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<table id="Base_User_Login" cellspacing="0" cellpadding="0" border="0" style="height: 507px;">
<tbody>
<tr>
<td colspan="2" class="header_tail"><img border="0" src="{$theme_dir}/images/logo.gif" width="550" height="200"></td>
<td colspan="2" class="header_tail"><img border="0" src="{$theme_dir}/images/logo.png" width="550" height="200"></td>
</tr>
<tr>
<td class="gradient">
Expand Down
2 changes: 1 addition & 1 deletion modules/FirstRun/theme/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ body#FirstRun {
}

#FirstRun #banner .image {
background-image: url("images/logo-small.gif");
background-image: url("images/logo-small.png");
background-repeat: repeat-x;
width: 193px;
height: 68px;
Expand Down
Binary file modified modules/Libs/TCPDF/theme/logo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion modules/Utils/FrontPage/FrontPageCommon_0.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class Utils_FrontPageCommon extends ModuleCommon {
public function display($header, $content, $info=false) {
$l = Variable::get('logo_file', false);
if (!$l) $l = Base_ThemeCommon::get_template_dir().'/images/logo-small.gif';
if (!$l) $l = Base_ThemeCommon::get_template_dir().'/images/logo-small.png';

$smarty = Base_ThemeCommon::init_smarty();
$smarty->assign('header',$header);
Expand Down
2 changes: 1 addition & 1 deletion setup.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ span.footer a:hover {
}

#banner .image {
background-image: url("images/logo-small.gif");
background-image: url("images/logo-small.png");
background-repeat: repeat-x;
width: 193px;
height: 83px;
Expand Down

0 comments on commit ff79a0b

Please sign in to comment.