Skip to content
Snippets Groups Projects
Commit e3387d30 authored by Jared Hancock's avatar Jared Hancock
Browse files

Merge pull request #2443 from nfebuary/develop-next


Changed logo displays on save

Reviewed-By: default avatarJared Hancock <jared@osticket.com>
parents b528df56 5cf7bdef
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,7 @@ class Config {
return false;
$setting['value'] = $value;
$setting['updated'] = Misc::dbtime();
return true;
}
......
......@@ -70,7 +70,7 @@ if ($lang) {
</p>
<a href="index.php" class="no-pjax" id="logo">
<span class="valign-helper"></span>
<img src="logo.php" alt="osTicket &mdash; <?php echo __('Customer Support System'); ?>"/>
<img src="logo.php?<?php echo strtotime($cfg->lastModified('staff_logo_id')); ?>" alt="osTicket &mdash; <?php echo __('Customer Support System'); ?>"/>
</a>
</div>
<div id="pjax-container" class="<?php if ($_POST) echo 'no-pjax'; ?>">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment