อยากให้รูปส่วนตัว มีขนาดเท่าไหร่ วันนี้ถาม เรื่อรูปส่วนตัวแล้วกันครับ ว่าอยากให้มีขนาดเท่าไหร่..
// They didn't pick one, default to by last post descending. if (!isset($_REQUEST['sort']) || !isset($sort_methods[$_REQUEST['sort']])) { $context['sort_by'] = 'last_post'; $_REQUEST['sort'] = 'ID_LAST_MSG'; $ascending = isset($_REQUEST['asc']); }
// They didn't pick one, default to by last post descending. if (!isset($_REQUEST['sort']) || !isset($sort_methods[$_REQUEST['sort']])) { $context['sort_by'] = 'last_post'; $_REQUEST['sort'] = 'ID_TOPIC'; $ascending = isset($_REQUEST['asc']); }