You are here

styles_ui.theme.inc in Styles 6

Same filename and directory in other branches
  1. 6.2 contrib/styles_ui/themes/styles_ui.theme.inc

styles/contrib/styles_ui/themes/styles_ui.theme.inc

Theme functions for the Styles UI module.

File

contrib/styles_ui/themes/styles_ui.theme.inc
View source
<?php

/**
 * @file styles/contrib/styles_ui/themes/styles_ui.theme.inc
 *
 * Theme functions for the Styles UI module.
 */

/**
 * Display the preset name on the admin overview page.
 */
function theme_styles_ui_admin_overview($preset_name) {
  $output = check_plain($preset_name);
  return $output;
}

Functions

Namesort descending Description
theme_styles_ui_admin_overview Display the preset name on the admin overview page.