Topic: Help with some code
<h2><span>Statistics</span></h2>
<div class="box">
<div class="inbox">
<?php echo 'Total number of users: <strong>'. $stats['total_users'] ?></strong><br />
<?php echo $lang_index['No of topics'].': <strong>'.$stats['total_topics'] ?></strong><br />
<?php echo $lang_index['No of posts'].': <strong>'.$stats['total_posts'] ?></strong><br />
<?php echo $lang_index['Users online'].': <strong>'.$num_users ?></strong>
</div>
</div>
How do I change for example: Total number of users: into Members:. Well I got that. But the rest like No of topics, No of posts, Users online I've tried to change that but no luck.
http://openwings.co.cc