Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
plogger_init_pictures(array(
'type' => 'album',
'value' => $id,
'from' => $from,
'limit' => $limit,
));
and edit it to read:plogger_init_pictures(array(
'type' => 'album',
'value' => $id,
'from' => $from,
'limit' => $limit,
'sortby' => 'filename'
'sortdir' => 'ASC'
));
1 to 6 of 6