Hi all,

Is there a way to pass field values to the code below in "includes/classes/rlListings.class.php"?

Code:

"$title = empty($title) ? 'listing' : $title;"


Specifically, I want the year, make and model to display if the title field is left empty.