artabro/wire/modules/AdminTheme/AdminThemeUikit/_content-body.php

20 lines
319 B
PHP
Raw Permalink Normal View History

2024-08-27 11:35:37 +02:00
<?php namespace ProcessWire;
/**
* Primary content head (#main > #content > #pw-content-head)
*
*/
if(!defined("PROCESSWIRE")) die();
/** @var AdminThemeUikit $adminTheme */
/** @var string $content */
/** @var Page $page */
?>
<div id='pw-content-body'>
<?php echo $page->get('body') . $content; ?>
</div>