mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
check if $this->extraheader['favicon'] has a value
This commit is contained in:
parent
c238b3003f
commit
23c9edd5a4
|
@ -120,7 +120,7 @@ class SeedDMS_Bootstrap_Style extends SeedDMS_View_Common {
|
|||
echo '<script type="text/javascript" src="../views/'.$this->theme.'/vendors/noty/themes/default.js"></script>'."\n";
|
||||
echo '<script type="text/javascript" src="../styles/'.$this->theme.'/jqtree/tree.jquery.js"></script>'."\n";
|
||||
// echo '<script type="text/javascript" src="../styles/'.$this->theme.'/jquery-cookie/jquery.cookie.js"></script>'."\n";
|
||||
if($this->extraheader['favicon'])
|
||||
if(!empty($this->extraheader['favicon']))
|
||||
echo $this->extraheader['favicon'];
|
||||
else {
|
||||
echo '<link rel="icon" href="../views/'.$this->theme.'/images/favicon.svg" type="image/svg+xml"/>'."\n";
|
||||
|
|
Loading…
Reference in New Issue
Block a user