Example #1
0
">
						<img src="<?php 
    echo $this->group->getLogo();
    ?>
" alt="<?php 
    echo Lang::txt('COM_GROUPS_OVERVIEW_LOGO', $this->group->get('description'));
    ?>
" />
					</a>
				</div><!-- /#page_identity -->

				<?php 
    // output group options
    echo \Components\Groups\Helpers\View::displayToolbar($this->group);
    // output group menu
    echo \Components\Groups\Helpers\View::displaySections($this->group);
    ?>
			</div><!-- /#page_sidebar -->

			<div id="page_main">
				<?php 
    if ($this->tab == 'overview') {
        ?>
				<div id="page_header">
					<h3>
						<?php 
        echo \Components\Groups\Helpers\View::displayTab($this->group);
        ?>
					</h3>

					<?php 
Example #2
0
 /**
  * Render menu to group template
  *
  * @param    string
  */
 public function render()
 {
     return View::displaySections($this->group, 'class="cf"');
 }