summaryrefslogtreecommitdiff
path: root/templates/service_view_members_inc.tpl
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-04-05 22:16:33 +0000
committerNick Palmer <nick@sluggardy.net>2007-04-05 22:16:33 +0000
commitcf47ac9247dc01755e770b7d24dee36972ee8402 (patch)
treedd7f0e05a152ced3b1eff27d2661d3aebd083640 /templates/service_view_members_inc.tpl
parent5899ff51a86c205d86f1335eefde97758c81ecce (diff)
downloadpigeonholes-cf47ac9247dc01755e770b7d24dee36972ee8402.tar.gz
pigeonholes-cf47ac9247dc01755e770b7d24dee36972ee8402.tar.bz2
pigeonholes-cf47ac9247dc01755e770b7d24dee36972ee8402.zip
Make pigeonholes not call LibertyAttachable since it is LibertyContent (for the moment).
Fixup pretty url and extended url support and make sure to force a cononical url for pigeonholes for better SEO. Make sure stuff in Related Content is actually viewable by the user.
Diffstat (limited to 'templates/service_view_members_inc.tpl')
-rw-r--r--templates/service_view_members_inc.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/service_view_members_inc.tpl b/templates/service_view_members_inc.tpl
index 234c2ce..31ff57e 100644
--- a/templates/service_view_members_inc.tpl
+++ b/templates/service_view_members_inc.tpl
@@ -43,7 +43,11 @@
{/foreach}
{if $more eq 1}
- <a href="{$smarty.const.PIGEONHOLES_PKG_URL}view.php?structure_id={$pigeonItem.structure_id}">[ &hellip; ]</a>
+ {if $gBitSystem->isFeatureActive('pretty_urls_extended')}
+ <a href="{$smarty.const.PIGEONHOLES_PKG_URL}view/structure/{$pigeonItem.structure_id}">[ &hellip; ]</a>
+ {else}
+ <a href="{$smarty.const.PIGEONHOLES_PKG_URL}view.php?structure_id={$pigeonItem.structure_id}">[ &hellip; ]</a>
+ {/if}
{/if}
</p>
{* reset the ctg2 value *}