mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-12 01:54:57 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
9e9995241d
|
@ -148,7 +148,10 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
function htmlAddHeader($head, $type='js') { /* {{{ */
|
function htmlAddHeader($head, $type='js') { /* {{{ */
|
||||||
$this->extraheader[$type] .= $head;
|
if($type == 'logo' || $type == 'favicon')
|
||||||
|
$this->extraheader[$type] = $head;
|
||||||
|
else
|
||||||
|
$this->extraheader[$type] .= $head;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
function htmlAddJsHeader($script) { /* {{{ */
|
function htmlAddJsHeader($script) { /* {{{ */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user