I want to make new column in browse.php file (like there is in index ex. two column with panels) I almost done it using this code:
require_once( BX_DIRECTORY_PATH_ROOT . "ads.php" );
$new_ads_block = DesignBoxContent ( Adverts, $banner_250_300, 1);
return $ret . $new_ads_block;
Everything works fine (I mean block shows properly, with all content and header), but block is created inside the main browse.php block (right after the members photos). I want to make this block aligned to right, I mean I want to divide page into two colums.
To get a better catch I am adding some images:
here is what it looks now:
and I want to make like this: