From 2e7606f5697cc5e362cb2b1af134316766985689 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 17 Jun 2016 21:44:08 -0700 Subject: the text link to a thing will take you to the local thing page, both as a link for editing and as a destination in case there is no thing photo. If there's a photo, the photo link will take you to the thing URL. --- include/channel.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/channel.php') diff --git a/include/channel.php b/include/channel.php index 92c274105..90dfb2bf6 100644 --- a/include/channel.php +++ b/include/channel.php @@ -1224,6 +1224,7 @@ function advanced_profile(&$a) { $things = get_things(App::$profile['profile_guid'],App::$profile['profile_uid']); + // logger('mod_profile: things: ' . print_r($things,true), LOGGER_DATA); return replace_macros($tpl, array( -- cgit v1.2.3