mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 20:46:26 +05:30
Fix bugs
This commit is contained in:
parent
8d4eb88f32
commit
0df2146ce1
6 changed files with 8 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php if (!empty($breadcrumb)): ?>
|
||||
<div class="breadcrumb"><?php echo $breadcrumb ?></div>
|
||||
<?php endif; ?>
|
||||
<?php if (config('category.info')):?>
|
||||
<?php if (config('category.info') === 'true'):?>
|
||||
<?php if (!empty($category)): ?>
|
||||
<div class="section">
|
||||
<div class="section-inner">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?php if (!empty($breadcrumb)): ?>
|
||||
<div class="breadcrumb"><?php echo $breadcrumb ?></div>
|
||||
<?php endif; ?>
|
||||
<?php if (config('category.info')):?>
|
||||
<?php if (config('category.info') === 'true'):?>
|
||||
<?php if (!empty($category)): ?>
|
||||
<div class="category">
|
||||
<h2 class="category-title"><?php echo $category->title;?></h2>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?php if (!empty($breadcrumb)): ?>
|
||||
<div class="breadcrumb"><?php echo $breadcrumb ?></div>
|
||||
<?php endif; ?>
|
||||
<?php if (config('category.info')):?>
|
||||
<?php if (config('category.info') === 'true'):?>
|
||||
<?php if (!empty($category)): ?>
|
||||
<div class="category">
|
||||
<h2 class="category-title"><?php echo $category->title;?></h2>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?php if (!empty($breadcrumb)): ?>
|
||||
<div class="breadcrumb"><?php echo $breadcrumb ?></div>
|
||||
<?php endif; ?>
|
||||
<?php if (config('category.info')):?>
|
||||
<?php if (config('category.info') === 'true'):?>
|
||||
<?php if (!empty($category)): ?>
|
||||
<div class="category">
|
||||
<h2 class="category-title"><?php echo $category->title;?></h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue