Full ELMS Learning Network documentation
region.tpl.php
×
Error message
User warning: The following module is missing from the file system: theme/theme. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (line 1156 of /var/www/html/elmsln_community/api.elmsln.org/includes/bootstrap.inc).- cis7 sites/all/themes/elmsln_contrib/foundation_access/templates/system/region.tpl.php
- cis7 modules/system/region.tpl.php
- cis7 sites/all/themes/local_contrib/zurb-foundation/templates/region.tpl.php
- cis7 sites/all/themes/ulmus/omega/alpha/templates/region.tpl.php
- cis7 sites/all/themes/ulmus/omega/omega/templates/region.tpl.php
- cis7 sites/all/themes/ulmus/adaptivetheme/at_core/templates/region.tpl.php
- cis7 sites/all/themes/ulmus/aurora/templates/system/region.tpl.php
- cle7 sites/all/themes/elmsln_contrib/foundation_access/templates/system/region.tpl.php
- cle7 sites/all/themes/ulmus/omega/omega/templates/region.tpl.php
- cle7 sites/all/themes/local_contrib/zurb_foundation/templates/region.tpl.php
- cle7 sites/all/themes/ulmus/aurora/templates/system/region.tpl.php
- cle7 sites/all/themes/ulmus/adaptivetheme/at_core/templates/region.tpl.php
- cle7 sites/all/themes/local_contrib/zurb_foundation/templates/region.tpl.php
- cle7 sites/all/themes/ulmus/omega/alpha/templates/region.tpl.php
- cle7 modules/system/region.tpl.php
- cle7 sites/all/themes/local_contrib/bootstrap/templates/region.tpl.php
- ecd7 sites/all/themes/ulmus/aurora/templates/system/region.tpl.php
- ecd7 modules/system/region.tpl.php
- ecd7 sites/all/themes/local_contrib/zurb_foundation/templates/region.tpl.php
- ecd7 sites/all/themes/ulmus/omega/alpha/templates/region.tpl.php
- ecd7 sites/all/themes/ulmus/omega/omega/templates/region.tpl.php
- ecd7 sites/all/themes/ulmus/adaptivetheme/at_core/templates/region.tpl.php
- ecd7 sites/all/themes/elmsln_contrib/foundation_access/templates/system/region.tpl.php
- elmsmedia7 sites/all/themes/ulmus/aurora/templates/system/region.tpl.php
- elmsmedia7 sites/all/themes/ulmus/adaptivetheme/at_core/templates/region.tpl.php
- elmsmedia7 sites/all/themes/local_contrib/zurb_foundation/templates/region.tpl.php
- elmsmedia7 sites/all/themes/ulmus/omega/alpha/templates/region.tpl.php
- elmsmedia7 modules/system/region.tpl.php
- elmsmedia7 sites/all/themes/elmsln_contrib/foundation_access/templates/system/region.tpl.php
- elmsmedia7 sites/all/themes/ulmus/omega/omega/templates/region.tpl.php
- harmony7 sites/all/themes/ulmus/omega/alpha/templates/region.tpl.php
- harmony7 sites/all/themes/ulmus/omega/omega/templates/region.tpl.php
- harmony7 sites/all/themes/local_contrib/zurb_foundation/templates/region.tpl.php
- harmony7 sites/all/themes/ulmus/aurora/templates/system/region.tpl.php
- harmony7 sites/all/themes/elmsln_contrib/foundation_access/templates/system/region.tpl.php
- harmony7 sites/all/themes/ulmus/adaptivetheme/at_core/templates/region.tpl.php
- harmony7 modules/system/region.tpl.php
- icor7 sites/all/themes/local_contrib/zurb_foundation/templates/region.tpl.php
- icor7 sites/all/themes/ulmus/adaptivetheme/at_core/templates/region.tpl.php
- icor7 sites/all/themes/elmsln_contrib/foundation_access/templates/system/region.tpl.php
- icor7 sites/all/themes/ulmus/aurora/templates/system/region.tpl.php
- icor7 sites/all/themes/ulmus/omega/omega/templates/region.tpl.php
- icor7 sites/all/themes/ulmus/omega/alpha/templates/region.tpl.php
- icor7 modules/system/region.tpl.php
- meedjum_blog7 sites/all/themes/local_contrib/zurb_foundation/templates/region.tpl.php
- meedjum_blog7 sites/all/themes/ulmus/omega/alpha/templates/region.tpl.php
- meedjum_blog7 sites/all/themes/elmsln_contrib/foundation_access/templates/system/region.tpl.php
- meedjum_blog7 sites/all/themes/ulmus/aurora/templates/system/region.tpl.php
- meedjum_blog7 sites/all/themes/ulmus/adaptivetheme/at_core/templates/region.tpl.php
- meedjum_blog7 sites/all/themes/ulmus/omega/omega/templates/region.tpl.php
- meedjum_blog7 modules/system/region.tpl.php
- mooc7 sites/all/themes/ulmus/omega/omega/templates/region.tpl.php
- mooc7 sites/all/themes/local_contrib/zurb_foundation/templates/region.tpl.php
- mooc7 sites/all/themes/ulmus/aurora/templates/system/region.tpl.php
- mooc7 sites/all/themes/ulmus/adaptivetheme/at_core/templates/region.tpl.php
- mooc7 sites/all/themes/ulmus/omega/alpha/templates/region.tpl.php
- mooc7 modules/system/region.tpl.php
- mooc7 sites/all/themes/elmsln_contrib/foundation_access/templates/system/region.tpl.php
Default theme implementation to display a region.
Available variables:
- $content: The content for this region, typically blocks.
- $classes: String of classes that can be used to style contextually through
CSS. It can be manipulated through the variable $classes_array from
preprocess functions. The default values can be one or more of the following:
- region: The current template type, i.e., "theming hook".
- region-[name]: The name of the region with underscores replaced with dashes. For example, the page_top region would have a region-page-top class.
- $region: The name of the region variable as defined in the theme's .info file.
Helper variables:
- $classes_array: Array of html class attribute values. It is flattened into a string within the variable $classes.
- $is_admin: Flags true when the current user is an administrator.
- $is_front: Flags true when presented in the front page.
- $logged_in: Flags true when the current user is a logged-in member.
See also
76 string references to the theme hook from region.tpl.php
Note: this list is generated by looking for the string for this theme hook, so it may include some references that are not actually using this theme hook.
- adaptivetheme_preprocess_region in sites/
all/ themes/ ulmus/ adaptivetheme/ at_core/ inc/ preprocess.inc - Preprocess variables for region.tpl.php
- adaptivetheme_preprocess_region in sites/
all/ themes/ ulmus/ adaptivetheme/ at_core/ inc/ preprocess.inc - Preprocess variables for region.tpl.php
- adaptivetheme_process_region in sites/
all/ themes/ ulmus/ adaptivetheme/ at_core/ inc/ process.inc - Process variables for region.tpl.php
- alpha_alpha_page_structure_alter in sites/
all/ themes/ ulmus/ omega/ alpha/ template.php - Implements hook_alpha_page_alter().
- alpha_alpha_preprocess_region in sites/
all/ themes/ ulmus/ omega/ alpha/ template.php - Implements hook_preprocess_region().
File
sites/all/themes/ulmus/aurora/templates/system/region.tpl.phpView source
- <?php
-
- /**
- * @file
- * Default theme implementation to display a region.
- *
- * Available variables:
- * - $content: The content for this region, typically blocks.
- * - $classes: String of classes that can be used to style contextually through
- * CSS. It can be manipulated through the variable $classes_array from
- * preprocess functions. The default values can be one or more of the following:
- * - region: The current template type, i.e., "theming hook".
- * - region-[name]: The name of the region with underscores replaced with
- * dashes. For example, the page_top region would have a region-page-top class.
- * - $region: The name of the region variable as defined in the theme's .info file.
- *
- * Helper variables:
- * - $classes_array: Array of html class attribute values. It is flattened
- * into a string within the variable $classes.
- * - $is_admin: Flags true when the current user is an administrator.
- * - $is_front: Flags true when presented in the front page.
- * - $logged_in: Flags true when the current user is a logged-in member.
- *
- * @see template_preprocess()
- * @see template_preprocess_region()
- * @see template_process()
- *
- * @ingroup themeable
- */
- ?>
- <?php if ($content): ?>
- <?php print $content; ?>
- <?php endif; ?>
-