<?php // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" > <head> <jdoc:include type="head" /> <link rel="stylesheet" href="/templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="/templates/system/css/general.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="/templates/<?php echo $this->template ?>/css/style.css"/> </head> <body> <table class="all_table_main" border="0"><tr><td> <table class="all_table" border="0"> <tr> <td style="padding-top:310px;"> <table width="100%" height="100%" border="0"> <tr> <td width="100%"> <table width="100%" height="100%" border="0"> <tr> <td class="tm_td"> <table> <tr> <td><div class="tm_left"></div></td> <td width="100%" class="tm_bg"> <jdoc:include type="modules" name="top" /> </td> <td><div class="tm_right"></div></td> </tr> </table> </td> </tr> <tr> <td class="lcont" height="100%" > <jdoc:include type="component" /> </td> </tr> </table> </td> <td> <a href="index.php" class="logo"></a> <table width="347" border="0"> <tr> <td align="left" class="z1"> <jdoc:include type="modules" name="left" /> </td> </tr> <tr> <td> </td> </tr> <tr> <tr> </table> </td> </tr> <tr> <td> </td> </table> <div class="counters"> <img src="/templates/zoloto/images/man.png"/> </div> </td> </tr> </table> </td></tr></table> </body> </html>
<div class="counters"> <img src="/templates/zoloto/images/man.png"/></div>
.counters{ position:absolute;bottom:0px; right:0px; }