Money earned

Hey folks, 

This is the code for showing the money on your PROFILE page: <?php echo FinanceData::FormatMoney($userinfo->totalpay) ?>

I was wondering what is the code for the MAIN PAGE… 

It is not the same code!

 

Is this for the same user (the one that has logged in?)

If so, try this

\<?php echo FinanceData::FormatMoney(Auth::$userinfo-\>totalpay); ?\>

 

Working!