git-svn-id: https://192.168.0.254/svn/Proyectos.ConstruccionesCNJ_Web/trunk@5 a1d75475-e439-6a4c-b115-a3aab481e8ec
10 lines
258 B
PHP
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')));
|
|
?>
|