Well,
try using following to call for dynamic sidebar retrieval.
issue in your code seems that you are using ‘echo $sect_title’ in dynamic_sidebar function which is against php syntax.
??
<?php if ( !function_exists(‘dynamic_sidebar’) ||
!dynamic_sidebar($sect_title) ) { ?>
Not working
<?php } ?>
Aslam Shahid