]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/diabook-blue/theme.php
diabook-themes: bugfix (sry, necessary)
[friendica.git] / view / theme / diabook-blue / theme.php
index 2257f8df056e908e364299b9f1aa9b2b60957dd9..9aac48c382eda50ab3eee6547f6713f8e859daff 100644 (file)
@@ -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';