помогите сделать чтобы при нажатии на 2ую ссылку открывалось includes/profile/stat.php а не
includes/profile/info.php
echo '<div class="list2"><p>' .
'<div style="cursor:pointer;" onclick="var _n=this.parentNode.getElementsByTagName(\'div\')[1];if(_n.style.display==\'none\'){_n.style.display=\'\';}else{_n.style.display=\'none\';}">' . functions::image('contacts.png') . ' ' . $lng['information'] . '</div>' .
'<div style="display:none">';
include('includes/profile/info.php');
echo '</div>' .
'<div style="cursor:pointer;" onclick="var _n=this.parentNode.getElementsByTagName(\'div\')[1];if(_n.style.display==\'none\'){_n.style.display=\'\';}else{_n.style.display=\'none\';}">' . functions::image('rate.gif') . ' ' . $lng['statistics'] . '</div>' .
'<div style="display:none">';
include('includes/profile/stat.php');
echo '</div>';