profile pages

Permalink
hi
i want to create a new profile page so i created a single page - profile/test.php

in the file i have this code ... i copied the sidebar loader from the profile/view.php

<?php  defined('C5_EXECUTE') or die("Access Denied."); ?>
<div id="ccm-profile-wrapper">
    <?php  Loader::element('../profile/sidebar', array('profile'=> $ui)); ?>  
<h1>this is a test</h1>
</div>


now i can see the page but without the profile sidebar ... why does the sidebar not show ?

thanks

teknojunkey