diff options
author | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-04-13 12:36:07 -0700 |
---|---|---|
committer | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-04-13 12:36:07 -0700 |
commit | 1ab69c272080f607b3117c336d3a0c7bf17feb5c (patch) | |
tree | ef31fdb43b3dae2024199a31246849c958ec32f8 /view/theme/diabook/theme.php | |
parent | 615cd53e51a2ae121846771a9a1ef2ce22550be3 (diff) | |
parent | 2c843466a93a5083a8f27dee308d5b8514c756de (diff) | |
download | volse-hubzilla-1ab69c272080f607b3117c336d3a0c7bf17feb5c.tar.gz volse-hubzilla-1ab69c272080f607b3117c336d3a0c7bf17feb5c.tar.bz2 volse-hubzilla-1ab69c272080f607b3117c336d3a0c7bf17feb5c.zip |
Merge pull request #231 from tomtom84/master
fixes in theme diabook
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-x | view/theme/diabook/theme.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index a341d01c6..b039e1b82 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -3,13 +3,13 @@ /* * Name: Diabook * Description: Diabook: report bugs and request here: http://pad.toktan.org/p/diabook or contact me : thomas_bierey@friendica.eu - * Version: (Version: 1.017) + * Version: (Version: 1.018) * Author: */ //print diabook-version for debugging -$diabook_version = "Diabook (Version: 1.017)"; +$diabook_version = "Diabook (Version: 1.018)"; $a->page['htmlhead'] .= sprintf('<script "%s" ></script>', $diabook_version); //change css on network and profilepages |