Skip to content

Commit

Permalink
Fix header in Topviews FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
MusikAnimal committed Dec 18, 2016
1 parent a72eedc commit e5367e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public_html/topviews/faq/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</title>
</head>
<body class="<?php echo $rtl; ?>">
<?php $currentApp = 'langviews'; ?>
<?php $currentApp = 'topviews'; ?>
<?php include '../../_header.php'; ?>
<div class="container">
<header class="col-lg-12 text-center">
Expand Down
2 changes: 1 addition & 1 deletion views/topviews/faq.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%title
= $I18N->msg( 'topviews-title' ) . ' - ' . $I18N->msg( 'faq' )
%body(class="#{$rtl}")
- $currentApp = 'langviews'
- $currentApp = 'topviews'
- include '../../_header.php'

%div.container
Expand Down

0 comments on commit e5367e0

Please sign in to comment.