connections/theme.cfg
changeset 5 d8d8c482856f
parent 4 ffba60211d61
equal deleted inserted replaced
4:ffba60211d61 5:d8d8c482856f
    10  *
    10  *
    11  * This theme is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
    11  * This theme is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
    12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    13  */
    13  */
    14  
    14  
    15 global $theme;
    15 global $theme, $plugins;
    16 $theme['theme_id'] = 'connections';
    16 $theme['theme_id'] = 'connections';
    17 $theme['theme_name'] = 'Connections';
    17 $theme['theme_name'] = 'Connections';
    18 
    18 
       
    19 $plugins->attachHook('compile_template', '$this->assign_bool(array("hide_search" => true));');
       
    20 
    19 ?>
    21 ?>