0) { $a["has_files"] = 1; } $product_list[] = $a; } $qs = "select * from m_homepage_features where status = 'active'"; $res = xquery($qs, $c); while($a = xfetch($res)) { $homepage_features_list[] = $a; } display_template("index.phtml", $GLOBALS); ?>