Projet

Général

Profil

Paste
Télécharger (1,04 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / adaptivetheme / at_core / template.php @ 87dbc3bf

1
<?php
2
/**
3
 * @file
4
 * Process theme data.
5
 *
6
 * IMPORTANT WARNING: DO NOT MODIFY THIS FILE OR ANY OF THE INCLUDED FILES.
7
 */
8
global $theme_key, $path_to_at_core;
9
$theme_key = $GLOBALS['theme_key'];
10
$path_to_at_core = drupal_get_path('theme', 'adaptivetheme');
11

    
12
include_once($path_to_at_core . '/inc/get.inc');        // get theme info, settings, css etc
13
include_once($path_to_at_core . '/inc/plugins.inc');    // the plugin system with wrapper and helper functions
14
include_once($path_to_at_core . '/inc/generate.inc');   // CSS class generators
15
include_once($path_to_at_core . '/inc/fonts.inc');      // Required functions for the fonts and headings settings
16
include_once($path_to_at_core . '/inc/load.inc');       // drupal_add_css() wrappers
17
include_once($path_to_at_core . '/inc/alter.inc');      // hook_alters
18
include_once($path_to_at_core . '/inc/preprocess.inc'); // all preprocess functions
19
include_once($path_to_at_core . '/inc/process.inc');    // all process functions
20
include_once($path_to_at_core . '/inc/theme.inc');      // theme function overrides