Advertisement
alpa_s

Untitled

Feb 4th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.64 KB | None | 0 0
  1.                 <?php if (\common\models\Conference::checkOutDate($conference->date, time())): ?>
  2.                     <div class="outdated__wrapper">
  3.                         <div class="outdated__text">
  4.                             <?= \Yii::t('common', 'Passed') ?>
  5.                         </div>
  6.                     </div>
  7.                 <?php elseif($conference->id == 4) : ?>
  8.                     <div class="outdated__wrapper">
  9.                         <div class="outdated__text">
  10.                             <?= \Yii::t('common', 'ПИСОС') ?>
  11.                         </div>
  12.                     </div>
  13.                 <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement