Quote Originally Posted by lat9 View Post
SNAF v1.2: There's a short-open tag in /includes/templates/YOUR_TEMPLATE/tpl_snaf_display_order.php (line 21). Need to change
Code:
<?foreach($_GET as $key=>$value)
to
Code:
<?php foreach($_GET as $key=>$value)
I'll add that to the list.. Planning on submitting the responsive version of SNAF to the downloads.. wanna make sure I fully tweak (and frankly remove) some of the inline styling that gave me fits when trying to configure the rows view..