
I have two type of news with the same summary and detail template (it means these have the same representation). But I need to show them in another leaf of my category tree because of $return_url variable and because of different submenu, which is shown in the left column of my pages.
I tried to use parameter detailpage with page alias according to News module help, but it is not working. I call it this way:
Code: Select all
{news category='my_category' number='20' detailpage='my_leaf_page_alias'}
