Esempio n. 1
0
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * You should have received a copy of the GNU General Public License
 * along with redEVENT; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
defined('_JEXEC') or die('Restricted access');
$toggle = $this->params->get('filter_toggle', 3);
?>
<div id="redevent" class="el_eventlist">
<p class="buttons">
	<?php 
if (!$this->params->get('popup')) {
    //don't show in printpopup
    echo REOutput::submitbutton($this->dellink, $this->params);
    echo REOutput::thumbbutton($this->thumb_link, $this->params);
}
echo REOutput::printbutton($this->print_link, $this->params);
?>
</p>

<?php 
if ($this->params->def('show_page_title', 1)) {
    ?>

    <h1 class="componentheading">
		<?php 
    echo $this->escape($this->pagetitle);
    ?>
	</h1>