view.zentaomax.html.hook.php 318 B

12345678
  1. <?php
  2. namespace zin;
  3. global $lang;
  4. $story = data('story');
  5. $story->sourceNote = $story->source == 'researchreport' ? zget(data('reportPairs'), $story->sourceNote, '') : $story->sourceNote;
  6. $lang->story->sourceNote = $story->source == 'researchreport' ? $lang->story->researchreport : $lang->story->sourceNote;