<?php /** * @package Sven.Bluege * @subpackage com_eventgallery * * @copyright Copyright (C) 2005 - 2019 Sven Bluege All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die('Restricted access'); ?> <?php if (version_compare(JVERSION, '4.0', '<' ) == 1): ?> <div id="j-sidebar-container"> <?php echo $this->sidebar; ?> </div> <?php ENDIF;?> <div id="j-main-container"> <div class="card"> <div class="card-body"> <div id="documentation"> <h3>Documentation and some tutorial videos are available here:</h3> <p><a href="https://www.svenbluege.de/joomla-event-gallery/event-gallery-manual">www.svenbluege.de/joomla-event-gallery/event-gallery-manual</a></p> <p>You can either browse the online documentation or you can download the PDF version of the manual.</p> <h3>Videos</h3> <p>Don't forget the check the Youtube channel for some useful video tutorials <a href="https://www.youtube.com/user/SvenBluege">Event Gallery @ YouTube</a></p> </div> </div> </div> </div>