Example #1
0
/**
 * Override or insert variables into the html template.
 */
function custom_apim_theme_process_html(&$vars)
{
    // Hook into the color module.
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
}
Example #2
0
/**
 * Override or insert variables into the page template for HTML output.
 */
function featurebuilder2014_process_html(&$variables)
{
    // Hook into color.module.
    if (module_exists('color')) {
        _color_html_alter($variables);
    }
}
Example #3
0
/**
 * Override or insert variables into the html template.
 */
function excelpointb_process_html(&$vars)
{
    // Hook into color.module
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
}
Example #4
0
/**
 * Override or insert variables into the page template for HTML output.
 */
function fromstart2finish_process_html(&$variables)
{
    // Hook into color.module.
    if (module_exists('color')) {
        _color_html_alter($variables);
    }
}
/**
 * Override or insert variables into the html template.
 */
function at_commerce_process_html(&$vars)
{
    // Hook the color module
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
}
Example #6
0
/**
 * Override or insert variables into the html template.
 */
function bootstrap_business_process_html(&$vars)
{
    // Hook into color.module
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
}
Example #7
0
/**
 * Override or insert variables into the html template.
 */
function aluminstudents_process_html(&$vars)
{
    // Hook into color.module
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
}
Example #8
0
/**
 * Override or insert variables into the page template for HTML output.
 */
function hospiten_omega_process_html(&$variables)
{
    // Hook into color.module.
    if (module_exists('color')) {
        _color_html_alter($variables);
    }
}
Example #9
0
/**
 * Override or insert variables into the html template.
 */
function sasta_mat_process_html(&$vars)
{
    // Hook into color.module
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
}
Example #10
0
/**
 * Implements template_process_html().
 *
 * Override or insert variables into the page template for HTML output.
 */
function sociale_platforme_process_html(&$variables)
{
    // Hook into color.module.
    if (module_exists('color')) {
        _color_html_alter($variables);
    }
}
Example #11
0
/**
 * Override or insert variables into the page template for HTML output.
 */
function skeletontheme_process_html(&$variables)
{
    // Hook into color.module.
    if (module_exists('color')) {
        _color_html_alter($variables);
    }
}
Example #12
0
/**
 * Implements template_process_html().
 */
function sky_process_html(&$vars)
{
    // Apply color module scheme.
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
}
Example #13
0
/**
 * Implements template_process_html().
 */
function typebased_process_html(&$variables)
{
    // Hook into color module
    if (module_exists('color')) {
        _color_html_alter($variables);
    }
}
Example #14
0
/**
 * Override or insert variables into the page template for HTML output.
 */
function bartik_process_html(&$variables)
{
    // Hook into color.module.
    if (module_exists('color')) {
        _color_html_alter($variables);
    }
}
Example #15
0
File: template.php Project: EWB/grh
function academy_process_html(&$vars)
{
    // Hook into color.module.
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
}
Example #16
0
/**
 * Override or insert variables into the html template.
 */
function darkcenus_process_html(&$vars)
{
    // Hook into color.module
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
}
Example #17
0
/**
 * Override or insert variables into the html template.
 */
function pixture_reloaded_process_html(&$vars)
{
    // Hook into color.module
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
}
Example #18
0
/**
 * Override or insert variables into the html template.
 */
function bizreview_process_html(&$vars)
{
    // Hook into color.module
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
}
Example #19
0
/**
 * Override or insert variables into the html template.
 */
function corporateclean_process_html(&$vars)
{
    // Hook into color.module
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
}
/**
 * Implements template_process_html().
 *
 * Override or insert variables into the page template for HTML output.
 */
function sitebuilder_uva_process_html(&$variables)
{
    // Hook into color.module.
    if (module_exists('color')) {
        _color_html_alter($variables);
    }
}
Example #21
0
/**
 * Override or insert variables into the html template.
 */
function sky_process_html(&$vars)
{
    // Hook into the color module.
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
}
Example #22
0
/**
 * Override or insert variables into the page template for HTML output.
 */
function tundra_subtheme_process_html(&$vars)
{
    // Hook into color.module.
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
}
Example #23
0
/**
 * Override or insert variables into the page template for HTML output.
 */
function radicaldesigns_process_html(&$variables)
{
    // Hook into color.module.
    if (module_exists('color')) {
        _color_html_alter($variables);
    }
}
Example #24
0
/**
 * Override or insert variables into the page template for HTML output.
 */
function responsive_acme_process_html(&$variables)
{
    // Hook into color.module.
    if (module_exists('color')) {
        _color_html_alter($variables);
    }
}
Example #25
0
/**
 * Override or insert variables into the html template.
 */
function nhachayhomnay_process_html(&$vars)
{
    // Hook into color.module
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
}
Example #26
0
/**
 * Override or insert variables into the html template.
 */
function garland_process_html(&$vars)
{
    // Hook into color.module
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
    $vars['styles'] .= "\n<!--[if lt IE 7]>\n" . garland_get_ie_styles() . "<![endif]-->\n";
}
/**
 * Override or insert variables into the page template for HTML output.
 */
function bartik_process_html(&$variables)
{
    // Hook into color.module.
    if (module_exists('color')) {
        _color_html_alter($variables);
    }
    $options = array('group' => JS_THEME);
    drupal_add_js(drupal_get_path('themes', 'bartik') . '/jquery.clever-infinite-scroll.js', $options);
}
Example #28
0
/**
 * Override or insert variables into the html template.
 */
function Accessibility_process_html(&$vars)
{
    // Hook into color.module
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
    $vars['page_top'] = Accessibility_for_taiwan($vars['page_top']);
    $vars['page_bottom'] = Accessibility_for_taiwan($vars['page_bottom']);
    $vars['page'] = Accessibility_for_taiwan($vars['page']);
}
Example #29
0
/**
 * Hook into the color module.
 */
function tundra_process_html(&$vars)
{
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
    if (!isset($vars['cond_scripts_bottom'])) {
        $vars['cond_scripts_bottom'] = "";
    }
    $vars['cond_scripts_bottom'] .= '<div style="display:none">sfy39587stf03</div>';
}
Example #30
0
/**
 * Implements hook_process_html().
 *
 * Process variables for html.tpl.php
 */
function ddbasic_process_html(&$vars)
{
    // Classes for body element. Allows advanced theming based on context
    // (home page, node of certain type, etc.)
    if (!$vars['is_front']) {
        // Add unique class for each page.
        $path = drupal_get_path_alias($_GET['q']);
        // Add unique class for each website section.
        $section = explode('/', $path);
        $section = array_shift($section);
        $arg = explode('/', $_GET['q']);
        if ($arg[0] == 'node' && isset($arg[1])) {
            if ($arg[1] == 'add') {
                $section = 'node-add';
            } elseif (isset($arg[2]) && is_numeric($arg[1]) && ($arg[2] == 'edit' || $arg[2] == 'delete')) {
                $section = 'node-' . $arg[2];
            }
        }
        $vars['classes_array'][] = drupal_html_class('section-' . $section);
    }
    // Store the menu item since it has some useful information.
    $vars['menu_item'] = menu_get_item();
    if ($vars['menu_item']) {
        switch ($vars['menu_item']['page_callback']) {
            case 'views_page':
                // Is this a Views page?
                $vars['classes_array'][] = 'page-views';
                break;
            case 'page_manager_page_execute':
            case 'page_manager_node_view':
            case 'page_manager_contact_site':
                // Is this a Panels page?
                $vars['classes_array'][] = 'page-panels';
                break;
        }
    }
    // Color module.
    // Hook into color.module.
    if (module_exists('color')) {
        _color_html_alter($vars);
    }
}