You are here

function xautoload_custom_theme in X Autoload 7.5

Same name and namespace in other branches
  1. 7.2 xautoload.module \xautoload_custom_theme()
  2. 7.3 xautoload.module \xautoload_custom_theme()
  3. 7.4 xautoload.module \xautoload_custom_theme()

Implements hook_custom_theme()

We only do this because that's the first hook to fire after bootstrap.

File

./xautoload.module, line 36

Code

function xautoload_custom_theme() {
  xautoload()->phaseControl
    ->enterMainPhase();
}