X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdiabook%2Ftheme.php;h=0fdcbf701eee91ad735e95ab6bb71be3e0314814;hb=621bf6bab4680da3f92da56ecb12c16e194ebbbb;hp=490a647f3dd43f42ab2e0777ab6efe16d28599a4;hpb=15dc8f4b212a0554844fcc3104942fe6fc944918;p=friendica.git diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 490a647f3d..0fdcbf701e 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -41,7 +41,7 @@ function diabook_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) { @@ -120,7 +120,7 @@ function diabook_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';