"; $result = dbquery("SELECT * FROM ".$db_prefix."buttons ORDER BY button_order"); while ($data=dbarray($result)) { echo "

"; if ($data['button_type'] == '1') { echo "".$data["; } if ($data['button_type'] == '2') { echo " "; } if ($data['button_type'] == '3') { echo "".$data['button_name'].""; } echo "

"; } echo ""; closehead(); ?>