Newer
Older
Import / web / www.xiaofrog.com / gallery / modules / search / templates / blocks / blocks.inc
<?php
$blocks['SearchBlock'] = array(
    'description' => $gallery->i18n('Search box'),
    'vars' => array(
	'showAdvancedLink' => array(
	    'description' => $gallery->i18n('Show advanced link'),
	    'default' => 'true',
	    'type' => 'boolean')));
?>