0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
administrator
/
components
/
com_virtuemart
/
views
/
about
/
[
Home
]
File: view.html.php
<?php /** * * Description * * @package VirtueMart * @subpackage * @author Max Milbers * @link http://www.virtuemart.net * @copyright Copyright (c) 2004 - 2011 VirtueMart Team. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * VirtueMart is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * @version $Id$ */ // Check to ensure this file is included in Joomla! defined( '_JEXEC' ) or die('Restricted access'); // Load the view framework if(!class_exists( 'VmView' )) require(JPATH_VM_ADMINISTRATOR.DS.'helpers'.DS.'vmview.php'); jimport( 'joomla.html.pane' ); /** * HTML View class for the VirtueMart Component * * @package VirtueMart * @author */ class VirtuemartViewAbout extends VmView { function display ($tpl = null) { JToolBarHelper::title( JText::_( 'COM_VIRTUEMART_ABOUT' )."::".JText::_( 'COM_VIRTUEMART_CONTROL_PANEL' ), 'vm_store_48' ); parent::display( $tpl ); } } //pure php no tag
©
2018.