I have this code withen php file to display a photo in the home page:
//Display Setting (Changes to fit your page)
$q_switch = "popular"; // "random" or "most_views" or "latest"
$limit = 1; //number of image to show
$table_width = "100%"; //width of the table generated
$column = 1; //number of columns of the table generated
$photo_cell_align = "center"; //alignment of those cells
---------
and as you see the variable $q_switch takes different values, I want to know the proper value for the popular photo.