Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Fixed Header Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaz3e committed Jul 19, 2015
1 parent bf93922 commit 661fbe7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions s3tools/s3_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</section>
<?php endif; ?>

<div class="dc-fixed-header<?php if($this->params->get('fixedHeader')){echo ' dc-fixed';}?>">
<div class="dc-fixed-header">
<section class="dc-header dc-clear" id="dc-header">
<div class="row">
<div class="grid-<?php echo $this->params->get('logoGridClass'); ?>">
Expand Down Expand Up @@ -397,9 +397,9 @@

<?php

// copyright / credit / framework logo / style switch
include_once(JPATH_ROOT . "/templates/" . $this->template . "/blocks/credit.php");

// Show/Hide Scroll on Scroll Up/Down
include_once(JPATH_ROOT . "/templates/" . $this->template . "/s3tools/s3_header_fixed.php");

// copyright / credit / framework logo / style switch
include_once(JPATH_ROOT . "/templates/" . $this->template . "/blocks/credit.php");
?>

0 comments on commit 661fbe7

Please sign in to comment.