ConstruccionesCNJ_Web/Source/gallery2/modules/search/templates/blocks/blocks.inc
2007-10-31 12:30:19 +00:00

10 lines
258 B
PHP

<?php
$blocks['SearchBlock'] = array(
'description' => $gallery->i18n('Search box'),
'vars' => array(
'showAdvancedLink' => array(
'description' => $gallery->i18n('Show advanced link'),
'default' => 'true',
'type' => 'boolean')));
?>