html--minisite.tpl.php in Mini site 7
Minisite default template.
Variables:
- $minisite: Raw html of minisite.
File
templates/html--minisite.tpl.phpView source
<?php
/**
* @file
* Minisite default template.
*
* Variables:
* - $minisite: Raw html of minisite.
*
* @see minisite_theme_registry_alter()
* @see minisite_preprocess_html()
*
* * @ingroup themeable
*/
?>
<?php
if (!empty($minisite)) {
?>
<?php
print $minisite;
}