mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
fix link to custom css on page
This commit is contained in:
parent
4021d62cb3
commit
0273199ce0
|
@ -103,7 +103,7 @@ class SeedDMS_Bootstrap_Style extends SeedDMS_View_Common {
|
||||||
if($this->extraheader['css'])
|
if($this->extraheader['css'])
|
||||||
echo $this->extraheader['css'];
|
echo $this->extraheader['css'];
|
||||||
if(method_exists($this, 'css'))
|
if(method_exists($this, 'css'))
|
||||||
echo '<link href="../out/out.'.$this->params['class'].'.php?action=css'.(!empty($_SERVER['QUERY_STRING']) ? '&'.$_SERVER['QUERY_STRING'] : '').'" rel="stylesheet">'."\n";
|
echo '<link href="'.$this->params['absbaseprefix'].'out/out.'.$this->params['class'].'.php?action=css'.(!empty($_SERVER['QUERY_STRING']) ? '&'.$_SERVER['QUERY_STRING'] : '').'" rel="stylesheet">'."\n";
|
||||||
|
|
||||||
echo '<script type="text/javascript" src="../styles/'.$this->theme.'/jquery/jquery.min.js"></script>'."\n";
|
echo '<script type="text/javascript" src="../styles/'.$this->theme.'/jquery/jquery.min.js"></script>'."\n";
|
||||||
if($this->extraheader['js'])
|
if($this->extraheader['js'])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user