echo '<div class="item_hits"'.$rtl.'>'._E_HITS.': '.$row->hits.'</div>'._LEND;
/*****************************************/ /* DISPLAY ITEM'S LAST MODIFICATION DATE */ /*****************************************/ static function ModifiedDate( $row, $params ) { if ( $params->get( 'modifydate' ) ) { if ((intval( $row->modified ) > 0) && ($row->modified != '1979-12-19 00:00:00')) { $mod_date = mosFormatDate( $row->modified ); echo '<div class="item_modifydate">'._LAST_UPDATED.' '.$mod_date.'</div>'._LEND; } } }
/*****************************************/ /* DISPLAY ITEM'S LAST MODIFICATION DATE */ /*****************************************/ static function ModifiedDate( $row, $params ) { if ( $params->get( 'modifydate' ) ) { if ((intval( $row->modified ) > 0) && ($row->modified != '1979-12-19 00:00:00')) { $mod_date = mosFormatDate( $row->modified ); echo '<div class="item_modifydate">'._LAST_UPDATED.' '.$mod_date.'</div>'._LEND; } } echo '<div class="item_hits"'.$rtl.'>'._E_HITS.': '.$row->hits.'</div>'._LEND; }