I would like to have a view all link below the sale and rent featured listings boxes at homepage. i have the following code which only link to all properties

<a title="{$lang.view_all}" href="{$rlBase}{if $config.mod_rewrite}{$pages.lt_listings}.html{else }?page={$pages.lt_listings}{/if}">{$lang.view_all}</a>

but not specific type.

thanks.