version.' of '.$content->creationDate .'
'; echo $content->description .'
'; echo 'Authors: '.$content->author .' '.$content->authorUrl.'
'; echo $content->copyright .'
'; echo 'License: '.$content->license .'
'; } } if (!class_exists( 'VmConfig' )) { $path = JPATH_ROOT .'/administrator/components/com_virtuemart/helpers/config.php'; if(!file_exists($path)){ $app = JFactory::getApplication(); $app->enqueueMessage('VirtueMart Core is not installed, please install VirtueMart again, or uninstall the AIO component by the joomla extension manager'); return false; } } JToolBarHelper::title('TCPDF'); $app = JFactory::getApplication(); $app->enqueueMessage('TCPDF installed and available');