You are here

function _linkit_dashboard_theme in Linkit 7.2

Same name and namespace in other branches
  1. 7 linkit.module \_linkit_dashboard_theme()

Return the theme name to be used when showing linkit dashboard

1 string reference to '_linkit_dashboard_theme'
linkit_menu in ./linkit.module
Implements hook_menu().

File

./linkit.module, line 75
Main file for linkit module.

Code

function _linkit_dashboard_theme() {
  return variable_get('admin_theme', 'seven');
}