Skip to content
Snippets Groups Projects
Commit 5cf7bdef authored by Nathan Febuary's avatar Nathan Febuary
Browse files

Changed logo displays on save

parent 9a0790ae
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.
Finish editing this message first!
Please register or to comment