Hi Guys and girls
i have had a few chances to look at the template files of MRV3 and WOW what a headache they are full of bugs or at least the default is

are the SDR template files any better most bugs i found on the MRV was in the members area not linking correctly not showing the correct info etc also just the basic code is hard work
<? if($LOGGED_IN) {
echo get_content("Member
Menu","
<div
class=\"accountmenu\">
<ul>
<li><a
href=\"index.php?view=account&ac=myads&".$url_variables."\" title=\"View
Stats On Your Ads\">Manage Ads</a></li>
<li><a
href=\"index.php?view=account&ac=earn&".$url_variables."\" title=\"Click
Here To Earn Cash & Points!\"><b>Earnings Area</b></b></a></li>
<li><a
href=\"logout.php?".$url_variables."\">Logout</b></a></li>
</ul>
</div>
");
}
?>
could not understand why that is kept as php rather than opening and closing using echo there is a few instances like that and then there is some that is opened and closed correctly
<li><a href="index.php?view=home&<? echo
$url_variables; ?>" title="Welcome
Page"><span><span>Home</span></span></a></li>
(not sure why we have 2 <span> values on line 3 oh well)
if i wanted to use that on the template i am currently looking at i would have to spend some time stripping it all out more work than i really want to do copy and paste works loads better lol
hope somebody is able to fill me in on this

thanx
Shaddy