<?php /** * Options for the gallery plugin * * @author Dmitry Baikov <dsbaikov@gmail.com> */ $conf['thumbnail_width'] = 120; $conf['thumbnail_height'] = 120; $conf['image_width'] = 800; $conf['image_height'] = 600; $conf['cols'] = 5; $conf['sort'] = 'file'; $conf['options'] = 'cache';