Dodąłem kod który jest za to odpowiedzialny:
Kod: Zaznacz cały
<!-- INCLUDE gallery/recent_body.html -->Musze coś ustawić?
Chociaż w ACP ustawilem wszystko wydaje mi się prawidłowo.
Kod: Zaznacz cały
<!-- INCLUDE gallery/recent_body.html -->Kod: Zaznacz cały
/**
* RRC of phpbb gallery
* for more information see gallery/index.php:
* "include($phpbb_root_path . $gallery_root_path . 'includes/functions_recent.' . $phpEx);"
*/
$gallery_root_path = GALLERY_ROOT_PATH;
include($phpbb_root_path . $gallery_root_path . 'includes/functions_recent.' . $phpEx);
$ints = array(
'rows' => 1,
'columns' => 4,
'comments' => 0,
'contests' => 0,
);
recent_gallery_images($ints, 61, 2, false, true, 'album', 0);