<div id="main">
<div id="welcome_box">
<?php echo $this->MESSAGE; ?>
</div>
<div class="heading_box">
<a href="<?php echo $this->HOME_URL; ?>" title="<?php echo $this->CATEGORIES; ?>"><?php echo $this->CATEGORIES; ?></a> » <a href="<?php echo $this->CAT_URL; ?>" title="<?php echo $this->CATEGORIES_TEXT; ?>"><?php echo $this->CATEGORIES_TEXT; ?></a> » <?php echo $this->SUB_CAT_URL; ?>
</div>
<div class="pictures">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="left_box">
<?php echo $this->PICTURES; ?>
<?php echo $this->PAGE_NUMBERS; ?>
</td>
<td class="sub_categories">
<div class="right_box">
<span class="right_box_heading_total">( <?php echo $this->TOTAL_PICTURES; ?> )</span>
<span class="right_box_heading">- <?php echo $this->SUBCAT_TEXT; ?> -</span>
<?php echo $this->SUB_CATEGORIES; ?>
<span class="right_box_heading_search">- <a href="<?php echo $this->SEARCH_URL; ?>" title="<?php echo $this->SEARCH_TEXT; ?>"><?php echo $this->SEARCH_TEXT; ?></a> -</span>
<?php echo $this->SLIDESHOW; ?>
</div>
</td>
</tr>
</table>
</div>
<div class="heading_box">
<?php echo $this->LATEST_PICS_TEXT; ?> »
</div>
<div class="pictures">
<?php echo $this->LATEST_PICS; ?>
</div>
<div class="heading_box">
<?php echo $this->MOST_POPULAR_TEXT; ?> »
</div>
<div class="pictures">
<?php echo $this->MOST_POPULAR; ?>
</div>
<p class="stats"><?php echo $this->STATS; ?></p>
</div>