Full ELMS Learning Network documentation
entity-iframe.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/modules/elmsln_contrib/entity_iframe/entity-iframe.tpl.php
- cle7 sites/all/modules/elmsln_contrib/entity_iframe/entity-iframe.tpl.php
- ecd7 sites/all/modules/elmsln_contrib/entity_iframe/entity-iframe.tpl.php
- elmsmedia7 sites/all/modules/elmsln_contrib/entity_iframe/entity-iframe.tpl.php
- harmony7 sites/all/modules/elmsln_contrib/entity_iframe/entity-iframe.tpl.php
- icor7 sites/all/modules/elmsln_contrib/entity_iframe/entity-iframe.tpl.php
- meedjum_blog7 sites/all/modules/elmsln_contrib/entity_iframe/entity-iframe.tpl.php
- mooc7 sites/all/modules/elmsln_contrib/entity_iframe/entity-iframe.tpl.php
Default theme implementation for printed version of entity iframe.
Available variables:
- $title: Top level node title.
- $language: Language code. e.g. "en" for english.
- $language_rtl: TRUE or FALSE depending on right to left language scripts.
- $base_url: URL to home page.
- $contents: Nodes within the current outline rendered through entity-iframe.tpl.php.
See also
template_preprocess_entity_iframe()
1 theme call to entity-iframe.tpl.php
- entity_iframe_output in sites/
all/ modules/ elmsln_contrib/ entity_iframe/ entity_iframe.pages.inc - Callback for entity_iframe/%/% menu path item.
13 string references to the theme hook from entity-iframe.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.
- cis_shortcodes_entity_view in sites/
all/ modules/ elmsln_contrib/ cis_connector/ modules/ cis_shortcodes/ cis_shortcodes.module - Implements hook_entity_view().
- entity_iframe_admin_settings in sites/
all/ modules/ elmsln_contrib/ entity_iframe/ entity_iframe.admin.inc - Implements hook_admin_settings().
- entity_iframe_consumer_page_build in sites/
all/ modules/ elmsln_contrib/ entity_iframe/ modules/ entity_iframe_consumer/ entity_iframe_consumer.module - Implements hook_page_build().
- entity_iframe_custom_theme in sites/
all/ modules/ elmsln_contrib/ entity_iframe/ entity_iframe.module - Implements hook_custom_theme().
- entity_iframe_entity_view in sites/
all/ modules/ elmsln_contrib/ entity_iframe/ entity_iframe.module - Implements hook_entity_view().
File
sites/all/modules/elmsln_contrib/entity_iframe/entity-iframe.tpl.phpView source
- <?php
-
- /**
- * @file
- * Default theme implementation for printed version of entity iframe.
- *
- * Available variables:
- * - $title: Top level node title.
- * - $language: Language code. e.g. "en" for english.
- * - $language_rtl: TRUE or FALSE depending on right to left language scripts.
- * - $base_url: URL to home page.
- * - $contents: Nodes within the current outline rendered through
- * entity-iframe.tpl.php.
- *
- * @see template_preprocess_entity_iframe()
- *
- * @ingroup themeable
- */
- ?>
- <div class="entity_iframe_container">
- <?php print $contents; ?>
- </div>