diff options
author | friendica <info@friendica.com> | 2012-04-01 15:44:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-01 15:44:27 -0700 |
commit | 2589feef70cdc7d98f61a25035be82713ff93725 (patch) | |
tree | 4ca5c8b9f42079a557cebb93d4074695e89b19bd /view/theme/diabook/theme.php | |
parent | 00bbb9ad362539cc945254eb66af33e2e470440b (diff) | |
parent | 408de09f725cfee6d5eeac5491222f74ee539b3c (diff) | |
download | volse-hubzilla-2589feef70cdc7d98f61a25035be82713ff93725.tar.gz volse-hubzilla-2589feef70cdc7d98f61a25035be82713ff93725.tar.bz2 volse-hubzilla-2589feef70cdc7d98f61a25035be82713ff93725.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-x | view/theme/diabook/theme.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 88944322e..6ac64beda 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -7,9 +7,7 @@ * Author: */ -$a->theme_info = array( - 'extends' => 'duepuntozero', -); + //change css on network and profilepages $cssFile = null; @@ -320,7 +318,7 @@ if (!is_null($cssFile)) $a->page['htmlhead'] .= sprintf('<link rel="stylesheet" //load jquery.cookie.js $cookieJS = $a->get_baseurl($ssl_state)."/view/theme/diabook-blue/js/jquery.cookie.js"; -$a->page['htmlhead'] .= sprintf('<script language="JavaScript" src="%s" />', $cookieJS); +$a->page['htmlhead'] .= sprintf('<script language="JavaScript" src="%s" ></script>', $cookieJS); //js scripts |