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