aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-red/theme.php
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-16 19:23:11 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-16 19:23:11 +0200
commitf08844a8a58f46d539753831a8ff99995fc3c1ae (patch)
treec1a231e0d0a90f21d216d4ae554b51f547f93ea4 /view/theme/diabook-red/theme.php
parent15dc8f4b212a0554844fcc3104942fe6fc944918 (diff)
downloadvolse-hubzilla-f08844a8a58f46d539753831a8ff99995fc3c1ae.tar.gz
volse-hubzilla-f08844a8a58f46d539753831a8ff99995fc3c1ae.tar.bz2
volse-hubzilla-f08844a8a58f46d539753831a8ff99995fc3c1ae.zip
diabook-themes: bugfix (sry, necessary)
Diffstat (limited to 'view/theme/diabook-red/theme.php')
-rw-r--r--view/theme/diabook-red/theme.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook-red/theme.php b/view/theme/diabook-red/theme.php
index fb2ad21fd..1ef65d83e 100644
--- a/view/theme/diabook-red/theme.php
+++ b/view/theme/diabook-red/theme.php
@@ -35,7 +35,7 @@ function diabook_red_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_red_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';