aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/theme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-16 22:59:09 -0700
committerfriendica <info@friendica.com>2012-04-16 22:59:09 -0700
commita7421990350e2409ee90957dab37e1ff1fc272df (patch)
tree0cf7b9ff52b3344d8e2b8540a3bb4cfe3f1f59e0 /view/theme/diabook/theme.php
parent7ebca2b37d98f5865f6d006300c894ec9c44f165 (diff)
parent621bf6bab4680da3f92da56ecb12c16e194ebbbb (diff)
downloadvolse-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/theme.php')
-rwxr-xr-xview/theme/diabook/theme.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php
index 8c5521eec..0fdcbf701 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.018)
+ * Version: (Version: 1.019)
* Author:
*/
//print diabook-version for debugging
-$diabook_version = "Diabook (Version: 1.018)";
+$diabook_version = "Diabook (Version: 1.019)";
$a->page['htmlhead'] .= sprintf('<script "%s" ></script>', $diabook_version);
//change css on network and profilepages
@@ -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';