Changeset 1035993
- Timestamp:
- 12/01/2014 03:21:06 PM (11 years ago)
- File:
-
- 1 edited
-
wp-classified/trunk/includes/_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-classified/trunk/includes/_functions.php
r1035976 r1035993 681 681 $main_link .= "&lid=" . (int)$lastAd->lists_id; 682 682 $out .= " (". $lastAd->c_name . " - <a href=\"". $main_link . "\">". $lastAd->l_name . "</a>)"; 683 $out .= "<span style='color:#777'> - @" . $lastAd->author_name ." ". @date($wpcSettings['date_format'],$lastAd->date)."<span>";683 $out .= "<span class='smallTxt'> - @" . $lastAd->author_name ." ". @date($wpcSettings['date_format'],$lastAd->date)."<span>"; 684 684 } 685 685 $out .= "</li>\n";
Note: See TracChangeset
for help on using the changeset viewer.