Blame view

artweb/artbox-core/widgets/views/_langLink.php 185 Bytes
326af919   mzavalniuk   add artbox-core t...
1
2
3
4
5
6
7
  <?php
      /**
       * @var \yii\base\View             $this
       * @var \frontend\widgets\LangLink $widget
       */
      $widget = $this->context;
      echo implode(' / ', $widget->links);