From cf47ac9247dc01755e770b7d24dee36972ee8402 Mon Sep 17 00:00:00 2001 From: Nick Palmer Date: Thu, 5 Apr 2007 22:16:33 +0000 Subject: 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. --- templates/service_view_members_inc.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'templates/service_view_members_inc.tpl') 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} - [ … ] + {if $gBitSystem->isFeatureActive('pretty_urls_extended')} + [ … ] + {else} + [ … ] + {/if} {/if}

{* reset the ctg2 value *} -- cgit v1.3