шаблон называеться nld 053 1.5, в
Google найдете
а index шаблона выглядет так:
<!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 ?>" dir="<?php echo $this->direction; ?>">
<head>
<jdoc:include type="head" />
<?php
// no direct access
defined('_JEXEC') or die('Restricted access');
JHTML::_('behavior.mootools');
?>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template_<?php echo $this->params->get('color'); ?>.css" type="text/css" />
</head>
<body >
<div id="top_bottom">
<div id="top_inner_bottom">
<div id="welle_left_center_bottom">
<div id="welle_left_bottom"></div>
<div id="welle_center_bottom">
<div id="zumenu">
<div id="zutext">
<?php echo $this->params->get('willkommen'); ?>
</div>
</div>
<div id="user3">
<jdoc:include type="modules" name="user3" />
</div>
</div>
</div>
<div id="welle_right_bottom"></div>
</div>
</div>
<div id="content">
<div class="left">
<jdoc:include type="modules" name="left" style="nldmod_left" />
</div>
<div class="component">
<div class="component_content">
<div class="moduletable_top">
<div class="moduletable_left_round">
<div class="moduletable_right_round"></div>
</div>
</div>
<div class="moduletable_center">
<div class="moduletable_center_left">
<div class="moduletable_center_right">
<div class="moduletable_content_outer">
<div class="moduletable_content"><jdoc:include type="component" /></div>
</div>
</div>
</div>
</div>
<div class="moduletable_bottom">
<div class="moduletable_bottom_left"></div>
<div class="moduletable_bottom_right"></div>
</div>
</div>
</div>
<div class="right">
<jdoc:include type="modules" name="right" style="nldmod_left" />
</div>
</div>
<div id="bottom">
<div id="copy">
<!-- RESPEKTIEREN SIE DIE ARBEIT VON DEM DESIGNER -->
<!-- RESPECT THE WORK FROM THE DESIGNER -->
<!-- VOLLVERSION 9,90 Ђ IN UNSEREM SHOP -->
<!-- CC - Attribution-Share Alike 3.0 Unported - Do not remove Designlink!Den Designlink nicht entfernen!Euro 9,90 via PayPal contact@next-level-design.de - CC - Attribution-Share Alike 3.0 Unported -->
<!-- CC - Attribution-Share Alike 3.0 Unported - Do not remove Designlink!Den Designlink nicht entfernen!Euro 9,90 via PayPal contact@next-level-design.de - CC - Attribution-Share Alike 3.0 Unported -->
<!-- RESPEKTIEREN SIE DIE ARBEIT VON DEM DESIGNER -->
<!-- RESPECT THE WORK FROM THE DESIGNER -->
</div>
</div>
<div>
<jdoc:include type="module" name="debug" style="-1" />
</div>
</body>
</html>