block_edit.module in Block edit 5
Same filename and directory in other branches
File
block_edit.moduleView source
<?php
/*
Copyright (C) 2008 by Phase2 Technology.
Author: Irakli Nadareishvili
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. See the LICENSE.txt file for more details.
*/
function block_edit_init() {
if (function_exists('user_access') || user_access('administer blocks')) {
if (function_exists('drupal_get_path')) {
$mpath = drupal_get_path('module', 'block_edit');
drupal_add_js($mpath . '/block_edit.js');
drupal_add_css($mpath . '/block_edit.css');
}
}
}
Functions
Name![]() |
Description |
---|---|
block_edit_init |