Hi, just installed this template. Great job!
Just found a small bug when used with J1.7 (didn't try with other J versions)
Edit button by the user information leads to a 404 page.
Link is set in file /lib/missioncontrol.class.php, line 168. Replace with:$edit_link = '<a href="index.php?option=com_admin&task=profile.edit&id='.$this->user->id.'">';
and it works. Updates will overwrite this though.
cheers,