Code style

  • Thread starter Thread starter Kirby
  • Start date Start date

Kirby

Guest
Member
account_details
Code:

<xf:if is="{{ $xf.visitor.Profile.dob_day && $xf.visitor.Profile.dob_month && $xf.visitor.Profile.dob_year }}">

account_preferences
Code:

<xf:if is="$xf.options.enableNotices && (count($xf.session.dismissedNotices) > 0)">

approval_item_user
Code:

<xf:if is="$preRegAction AND $preRegHandler">

custom_fields_display_thread
Code:

<xf:if is="{{ $post.position < 1 AND $customFields is not empty }}">

So we've got 4...

Read more

Continue reading...
 
Top