Skip to content
Snippets Groups Projects
Unverified Commit 4a88ef83 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #25487 from yashodha/help_class

fix the id help instead use class help
parents da03ac21 e50b5c28
Branches
Tags
No related merge requests found
......@@ -34,7 +34,7 @@
{if !empty($membershipTypes)}
{foreach from=$membershipTypes item=row}
{if array_key_exists( 'current_membership', $row )}
<div id='help'>
<div class='help'>
{* Lifetime memberships have no end-date so current_membership array key exists but is NULL *}
{if $row.current_membership}
{if $row.current_membership|crmDate:"%Y%m%d" LT $smarty.now|crmDate:"%Y%m%d"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment