The titles are in the stations.tpl
<h2>{jrCore_lang skin=$_conf.jrCore_active_skin id="58" default="top"} {jrCore_lang skin=$_conf.jrCore_active_skin id="138" default="Stations"}</h2>
and
<h2>{jrCore_lang skin=$_conf.jrCore_active_skin id="11" default="newest"} {jrCore_lang skin=$_conf.jrCore_active_skin id="138" default="Stations"}</h2>
And if your referring to the page break, how many rows show, that is also found in the stations.tpl in the jrCore_list functions.
Quote:
{jrCore_list module="jrPlaylist" order_by="playlist_rating_1_average_count desc" search1="playlist_list like %jrAudio%" template="top_stations_row.tpl" pagebreak="7" page=$_post.p}
and
Quote:
{if jrCore_module_is_active('jrRating')}
{jrCore_list module="jrPlaylist" order_by="_created desc" search1="playlist_list like %jrAudio%" template="stations_row.tpl" pagebreak="7" page=$_post.p}
{else}
{jrCore_list module="jrPlaylist" order_by="_created desc" search1="playlist_list like %jrAudio%" template="stations_row.tpl" pagebreak="15" page=$_post.p}
{/if}
Hope this helps
--
Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos