Skip to content

Commit

Permalink
use jdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko committed Apr 9, 2017
1 parent 604eca6 commit f120a85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions administrator/templates/atum/index.php
Expand Up @@ -62,7 +62,8 @@
<!DOCTYPE html>
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
<?php echo $this->getBuffer('metas'), $this->getBuffer('styles'); ?>
<jdoc:include type="metas"/>
<jdoc:include type="styles"/>
</head>

<body class="admin <?php echo $option . ' view-' . $view . ' layout-' . $layout . ' task-' . $task . ' itemid-' . $itemid; ?>">
Expand Down Expand Up @@ -261,6 +262,6 @@
</div>

<jdoc:include type="modules" name="debug" style="none" />
<?php echo $this->getBuffer('scripts'); ?>
<jdoc:include type="scripts"/>
</body>
</html>
5 changes: 3 additions & 2 deletions templates/aurora/index.php
Expand Up @@ -89,7 +89,8 @@
<!DOCTYPE html>
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
<?php echo $this->getBuffer('metas'), $this->getBuffer('styles'); ?>
<jdoc:include type="metas"/>
<jdoc:include type="styles"/>
</head>

<body class="site <?php echo $option
Expand Down Expand Up @@ -214,6 +215,6 @@
</footer>

<jdoc:include type="modules" name="debug" style="none" />
<?php echo $this->getBuffer('scripts'); ?>
<jdoc:include type="scripts"/>
</body>
</html>

0 comments on commit f120a85

Please sign in to comment.