| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: seo_checker.admin.inc,v 1.3.2.1 2009/03/25 13:00:57 miruoss Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 23 |
*/ |
*/ |
| 24 |
function seo_checker_settings() { |
function seo_checker_settings() { |
| 25 |
/* load the required js and css files */ |
/* load the required js and css files */ |
| 26 |
_seo_checker_load_slider(); |
_seo_checker_load_slider(); |
| 27 |
|
|
| 28 |
/* get the rules and create the fieldset with the sliders */ |
/* get the rules and create the fieldset with the sliders */ |
| 29 |
$rules = module_invoke_all('register_seo_rules'); |
$rules = module_invoke_all('register_seo_rules'); |