/
home
/
assocoweys
/
assoco
/
modules
/
mod_zoominfo
/
Upload File
HOME
<?php /** * Module Mod_zoominfo For Joomla 2.5.x * Version : 1.7.3 * Created by : Daniel Pardons * Email : daniel.pardons@joompad.be * Created on : 12 March 2012 * Last Modified : 12 March 2012 * URL : www.joompad.be * Copyright (C) 2010 Daniel Pardons * License GPLv2.0 - http://www.gnu.org/licenses/gpl-2.0.html * Based on jquery(http://www.jquery.com) and and on the Zoom-Info jquery tutorial by Addy Osmani (http://addyosmani.com/blog) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * This program 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 this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ // no direct access defined('_JEXEC') or die('Restricted access'); require_once (JPATH_SITE.DS.'components'.DS.'com_content'.DS.'helpers'.DS.'route.php'); ?>