Skip to content

Instantly share code, notes, and snippets.

@katyayu
Created October 24, 2017 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katyayu/598ceccb997b79601b802aa7962456a5 to your computer and use it in GitHub Desktop.
Save katyayu/598ceccb997b79601b802aa7962456a5 to your computer and use it in GitHub Desktop.
<?php if ($this->countModules('your_new_position_title') && $hideByView == false && $hideByEdit == false): ?>
     <div id="your_new_position_title">
     <jdoc:include type="modules" name="your_new_position_title" style="html5nosize" />
     </div>
   >
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment