Community & Support

How can insert a block in theme views-view--taxonomy-term.tpl.php when node teaser repeate three?

I have created a file theme taxonomy-tem by use module view.

<?php
// $Id: views-view.tpl.php,v 1.11 2008/12/02 18:35:50 merlinofchaos Exp $
/**
* @file views-view.tpl.php
* Main view template
*
* Variables available:
* - $css_name: A css-safe version of the view name.
* - $header: The view header
* - $footer: The view footer
* - $rows: The results of the view query, if any
* - $empty: The empty text to display if the view is empty
* - $pager: The pager next/prev links to display, if any
* - $exposed: Exposed widget form/info to display
* - $feed_icon: Feed icon to display, if any
* - $more: A link to view more, if any
* - $admin_links: A rendered list of administrative links
* - $admin_links_raw: A list of administrative links suitable for theme('links')
*
* @ingroup views_templates
*/
?>

jhhhhhhhhhhhhhhhhhhhhhhh

<?php
if ($rows):
?>

<?php
print $rows;
?>
// print node teaser . i want to insert a block when node teaser repeat three.

<?php
elseif ($empty):
?>

<?php
print $empty;
?>

<?php
endif;
?>

heeeeeeeeeeeeeeeeeeeeeeeeee
<?php
if ($pager):
?>

<?php
print $pager;
?>

<?php
endif;
?>

<?php
if ($attachment_after):
?>

<?php
print $attachment_after;
?>

<?php
endif;
?>

<?php
if ($more):
?>

<?php
print $more;
?>

<?php
endif;
?>

<?php
if ($footer):
?>

<?php
print $footer;
?>

<?php
endif;
?>

<?php
// class view
?>
nobody click here