We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06edb9b commit 6543659Copy full SHA for 6543659
components/com_content/tmpl/archive/default.php
@@ -17,11 +17,13 @@
17
?>
18
<div class="com-content-archive archive">
19
<?php if ($this->params->get('show_page_heading')) : ?>
20
-<div class="page-header">
21
-<h1>
22
- <?php echo $this->escape($this->params->get('page_heading')); ?>
23
-</h1>
24
-</div>
+ <div class="page-header">
+ <h1>
+ <?php echo $this->escape($this->params->get('page_heading')); ?>
+ </h1>
+ </div>
25
+<?php endif; ?>
26
+
27
<form id="adminForm" action="<?php echo Route::_('index.php'); ?>" method="post" class="com-content-archive__form form-inline">
28
<fieldset class="com-content-archive__filters filters">
29
<div class="filter-search">
0 commit comments