File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/com_content/tmpl/category Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030<?php echo LayoutHelper::render ('joomla.content.intro_image ' , $ this ->item ); ?>
3131
3232<div class="item-content">
33- <?php if ($ this ->item ->condition == 3 || strtotime ($ this ->item ->publish_up ) > strtotime (Factory::getDate ())
33+ <?php if ($ this ->item ->state_condition == 3 || strtotime ($ this ->item ->publish_up ) > strtotime (Factory::getDate ())
3434 || ((strtotime ($ this ->item ->publish_down ) < strtotime (JFactory::getDate ())) && $ this ->item ->publish_down != Factory::getDbo ()->getNullDate ())) : ?>
3535 <div class="system-unpublished">
3636 <?php endif ; ?>
8484
8585 <?php endif ; ?>
8686
87- <?php if ($ this ->item ->condition == 2 || strtotime ($ this ->item ->publish_up ) > strtotime (Factory::getDate ())
87+ <?php if ($ this ->item ->state_condition == 2 || strtotime ($ this ->item ->publish_up ) > strtotime (Factory::getDate ())
8888 || ((strtotime ($ this ->item ->publish_down ) < strtotime (Factory::getDate ())) && $ this ->item ->publish_down != Factory::getDbo ()->getNullDate ())) : ?>
8989 </div>
9090 <?php endif ; ?>
You can’t perform that action at this time.
0 commit comments