On the link listings pages where Hot, New and Pick shows up. What file do I need to change the text for these?
craven
On the link listings pages where Hot, New and Pick shows up. What file do I need to change the text for these?
craven
look for hot_link_rows.html, new_link_rows.html etc.
these are similiar to rows.html
edit these files as needed.
I want to change the word PICK which comes up in pink next to links. I want to change it to SPONSORS. I don't see that in the rows.html files.
Edit /lib/link.class.php line 55-59
PHP Code:var $icon_new = "<b><font style='font-family: Verdana; font-size: 11px; color: #4226EE;'><i>New</i></font></b>";
var $icon_updated = "<b><font style='font-family: Verdana; font-size: 11px; color: #279D32;'><i>Updated</i></font></b>";
var $icon_top_rated = "<b><font style='font-family: Verdana; font-size: 11px; color: #FF7200;'><i>Top Rated</i></font></b>";
var $icon_hot = "<b><font style='font-family: Verdana; font-size: 11px; color: #EE2655;'><i>Hot</i></font></b>";
var $icon_pick = "<b><font style='font-family: Verdana; font-size: 11px; color: #FF00F0;'><i>Pick</i></font></b>";