<?php /** * @file * Contains micro_site.install. */ /** * Implements hook_install(). * * Change module weight because it need to be fire before menu_ui. */ function micro_menu_install() { module_set_weight('micro_menu', -1); }
Главная | Обратная связь