<?php /** * @file * Install and update functions for the Media Helper module. */ /** * Implements hook_install(). */ function media_helper_install() { module_set_weight('media_helper', 1); }
Главная | Обратная связь