Revision as of 14:45, June 8, 2017 by Sbogard (talk | contribs)
Jump to: navigation, search

Sbogard

$latest_version = count($this->data['versions']) - 1;

      if( $this->data['pVersion']->getVersionStatus() === 'released'
           && $this->data['selectedVersion'] !== $this->data['versions'][$latest_version]['name'])
       {
           echo("<meta name = \"robots\" content=\"noindex,nofollow,noarchive\">");
       }
       $this->html('headelement');
Comments or questions about this documentation? Contact us for support!