Exemplo n.º 1
0
 * modify it under the terms of the GNU General Public License 2
 * as published by the Free Software Foundation.
 * EventList is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * 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 EventList; 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');
?>
<div id="eventlist" class="el_eventlist">
<p class="buttons">
	<?php 
echo ELOutput::printbutton($this->print_link, $this->params);
?>
</p>

<h1 class="componentheading">
	<?php 
echo $this->daydate;
?>
</h1>

<!--table-->

<?php 
echo $this->loadTemplate('table');
?>