| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/ees_request/administrator/components/com_printme/views/dashboard/tmpl/ |
Upload File : |
<?php defined('_JEXEC') or die('Restricted access'); ?>
<?php
$img_file = "dioscouri_logo_transparent.png";
$img_path = "../media/com_printme/images";
$url = "http://www.dioscouri.com/";
if ($amigosid = Printme::getInstance()->get( 'amigosid', '' ))
{
$url .= "?amigosid=".$amigosid;
}
?>
<table style="margin-bottom: 5px; width: 100%; border-top: thin solid #e5e5e5;">
<tbody>
<tr>
<td style="text-align: left; width: 33%;">
<a href="<?php echo $url; ?>" target="_blank"><?php echo JText::_( 'Dioscouri.com Support Center' ); ?></a>
<br/>
<a href="http://twitter.com/dioscouri" target="_blank"><?php echo JText::_( "Follow Us on Twitter" ); ?></a>
<br/>
<a href="http://extensions.joomla.org/extensions/owner/dioscouri" target="_blank"><?php echo JText::_( "Leave JED Feedback" ); ?></a>
</td>
<td style="text-align: center; width: 33%;">
<?php echo JText::_( "Printme" ); ?>: <?php echo JText::_( "Printme Desc" ); ?>
<br/>
<?php echo JText::_( "Copyright" ); ?>: <?php echo Printme::getCopyrightYear(); ?> © <a href="<?php echo $url; ?>" target="_blank">Dioscouri Design</a>
<br/>
<?php echo JText::_( "Version" ); ?>: <?php echo Printme::getVersion(); ?>
</td>
<td style="text-align: right; width: 33%;">
<a href="<?php echo $url; ?>" target="_blank"><img src="<?php echo $img_path."/".$img_file;?>"></img></a>
</td>
</tr>
</tbody>
</table>