Your IP : 216.73.216.222


Current Path : /var/www/iplanru/data/old/www/i-plan.ru/administrator/components/com_sef/views/info/tmpl/
Upload File :
Current File : /var/www/iplanru/data/old/www/i-plan.ru/administrator/components/com_sef/views/info/tmpl/help.php

<?php
/**
 * SEF component for Joomla! 1.5
 *
 * @author      ARTIO s.r.o.
 * @copyright   ARTIO s.r.o., http://www.artio.cz
 * @package     JoomSEF
 * @version     3.1.0
 */
 
// Check to ensure this file is included in Joomla!
defined('_JEXEC') or die('Restricted access');
?>

<div id="cpanel">
	 <p><strong><?php echo JText::_('INFO_SUPPORT_CHANNELS'); ?></strong></p>
	 
	 <!-- ARTIO JoomSEF Homepage -->
	 <div class="icon">
	 	<a href="http://www.joomsef.net" target="_blank" title="Visit ARTIO JoomSEF Homepage">
	 		<img src="components/com_sef/assets/images/icon-48-artio.png" alt="" width="48" height="48" border="0" />
	 		<span><?php echo JText::_('Official Product Page'); ?></span>
	 	</a>
	 </div>
	 <!-- Frequently Asked Question -->
	 <div class="icon">
	 	<a href="http://www.artio.net/faqs/artio-joomsef" target="_blank" title="Check JoomSEF Frequently Asked Questions and Knowledge Base">
	 		<img src="components/com_sef/assets/images/icon-48-help.png" alt="" width="48" height="48" border="0" />
	 		<span><?php echo JText::_('JoomSEF FAQ and Knowledge Base'); ?></span>
	 	</a>
	 </div>
	 <!-- ARTIO JoomSEF Support Forums -->
	 <div class="icon">
	 	<a href="http://www.artio.net/en/support-forums" target="_blank" title="Visit ARTIO support forums">
	 		<img src="components/com_sef/assets/images/icon-48-forum.png" alt="" width="48" height="48" border="0" />
	 		<span><?php echo JText::_('ARTIO Support Forums'); ?></span>
	 	</a>
	 </div>
	 <!-- ARTIO Paid Support -->
	 <div class="icon">
	 	<a href="http://www.artio.net/en/e-shop/support-services" target="_blank" title="Get paid support from ARTIO">
	 		<img src="components/com_sef/assets/images/icon-48-support.png" alt="" width="48" height="48" border="0" />
	 		<span><?php echo JText::_('ARTIO Paid Support'); ?></span>
	 	</a>
	 </div>
</div>