From 73f3e8e2e9528078e89068455ba09d11c41ab614 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 16 Aug 2016 16:42:47 -0400 Subject: [PATCH] Hopefully fixed the packages link for member list Changed the variable in the front views for the list and detail links to packaging, so that the right member slug is used. --- views/front/packaging/detail.html | 4 +--- views/front/packaging/packagesLinkForMemberList.html | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/views/front/packaging/detail.html b/views/front/packaging/detail.html index 0218481..b2def21 100644 --- a/views/front/packaging/detail.html +++ b/views/front/packaging/detail.html @@ -24,9 +24,7 @@
{if $settings.package_detail_show_image && $package.image} -
- -
+ {else if $settings.package_detail_show_member_image && $package.member.logo} {/if} diff --git a/views/front/packaging/packagesLinkForMemberList.html b/views/front/packaging/packagesLinkForMemberList.html index 94c35d5..ffb2a67 100644 --- a/views/front/packaging/packagesLinkForMemberList.html +++ b/views/front/packaging/packagesLinkForMemberList.html @@ -1,7 +1,7 @@ {if $havePackages && $packages && $settings.list_show_packages_link} {foreach $packages as $p} {if $p@iteration == 1} - Packages & Deals + Packages & Deals {/if} {/foreach} {/if} \ No newline at end of file -- 2.17.1