Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/cassiopeia/error.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

<?php if ($this->countModules('top-a')) : ?>
<div class="grid-child container-top-a">
<jdoc:include type="modules" name="top-a" style="cardGrey" />
<jdoc:include type="modules" name="top-a" style="card" />
</div>
<?php endif; ?>

Expand Down Expand Up @@ -182,7 +182,7 @@

<?php if ($this->countModules('bottom-a')) : ?>
<div class="grid-child container-bottom-a">
<jdoc:include type="modules" name="bottom-a" style="cardGrey" />
<jdoc:include type="modules" name="bottom-a" style="card" />
</div>
<?php endif; ?>

Expand Down
54 changes: 0 additions & 54 deletions templates/cassiopeia/html/layouts/chromes/cardGrey.php

This file was deleted.

8 changes: 4 additions & 4 deletions templates/cassiopeia/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@

<?php if ($this->countModules('top-a')) : ?>
<div class="grid-child container-top-a">
<jdoc:include type="modules" name="top-a" style="cardGrey" />
<jdoc:include type="modules" name="top-a" style="card" />
</div>
<?php endif; ?>

Expand All @@ -146,13 +146,13 @@
<?php endif; ?>

<div class="grid-child container-component">
<jdoc:include type="modules" name="main-top" style="cardGrey" />
<jdoc:include type="modules" name="main-top" style="card" />
<jdoc:include type="message" />
<jdoc:include type="modules" name="breadcrumbs" style="none" />
<main>
<jdoc:include type="component" />
</main>
<jdoc:include type="modules" name="main-bottom" style="cardGrey" />
<jdoc:include type="modules" name="main-bottom" style="card" />
</div>

<?php if ($this->countModules('sidebar-right')) : ?>
Expand All @@ -163,7 +163,7 @@

<?php if ($this->countModules('bottom-a')) : ?>
<div class="grid-child container-bottom-a">
<jdoc:include type="modules" name="bottom-a" style="cardGrey" />
<jdoc:include type="modules" name="bottom-a" style="card" />
</div>
<?php endif; ?>

Expand Down