diff options
author | friendica <info@friendica.com> | 2012-04-16 22:59:09 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-16 22:59:09 -0700 |
commit | a7421990350e2409ee90957dab37e1ff1fc272df (patch) | |
tree | 0cf7b9ff52b3344d8e2b8540a3bb4cfe3f1f59e0 /view/theme/diabook-blue/theme.php | |
parent | 7ebca2b37d98f5865f6d006300c894ec9c44f165 (diff) | |
parent | 621bf6bab4680da3f92da56ecb12c16e194ebbbb (diff) | |
download | volse-hubzilla-a7421990350e2409ee90957dab37e1ff1fc272df.tar.gz volse-hubzilla-a7421990350e2409ee90957dab37e1ff1fc272df.tar.bz2 volse-hubzilla-a7421990350e2409ee90957dab37e1ff1fc272df.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/diabook-blue/theme.php')
-rw-r--r-- | view/theme/diabook-blue/theme.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/diabook-blue/theme.php b/view/theme/diabook-blue/theme.php index eb2d484ba..9aac48c38 100644 --- a/view/theme/diabook-blue/theme.php +++ b/view/theme/diabook-blue/theme.php @@ -3,13 +3,13 @@ /* * Name: Diabook-blue * Description: Diabook-blue: report bugs and request here: http://pad.toktan.org/p/diabook or contact me : thomas_bierey@friendica.eu - * Version: (Version: 1.018) + * Version: (Version: 1.019) * Author: */ //print diabook-version for debugging -$diabook_version = "Diabook-blue (Version: 1.018)"; +$diabook_version = "Diabook-blue (Version: 1.019)"; $a->page['htmlhead'] .= sprintf('<script "%s" ></script>', $diabook_version); //change css on network and profilepages @@ -35,7 +35,7 @@ function diabook_blue_community_info(){ 0, 9 ); - $tpl = file_get_contents( dirname(__file__).'/directory_item.tpl'); + $tpl = file_get_contents( dirname(__file__).'/ch_directory_item.tpl'); if(count($r)) { $photo = 'thumb'; foreach($r as $rr) { @@ -114,7 +114,7 @@ function diabook_blue_community_info(){ dbesc(t('Profile Photos')) ); if(count($r)) { - $tpl = file_get_contents( dirname(__file__).'/directory_item.tpl'); + $tpl = file_get_contents( dirname(__file__).'/ch_directory_item.tpl'); foreach($r as $rr) { $photo_page = $a->get_baseurl() . '/photos/' . $rr['nickname'] . '/image/' . $rr['resource-id']; $photo_url = $a->get_baseurl() . '/photo/' . $rr['resource-id'] . '-' . $rr['scale'] .'.jpg'; |