mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
medal valid forever text
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ foreach ($rows as $row) {
|
||||
);
|
||||
$table .= sprintf(
|
||||
'<tr><td>%s</td><td>%s</td><td><img src="%s" style="max-width: 60px;max-height: 60px;" class="preview" /></td><td>%s</td><td>%s</td><td>%s</td><td>%s</td>',
|
||||
$row->id, $row->name, $row->image_large, number_format($row->price), $row->duration, $row->description, $action
|
||||
$row->id, $row->name, $row->image_large, number_format($row->price), $row->durationText, $row->description, $action
|
||||
);
|
||||
}
|
||||
$table .= '</tbody></table>';
|
||||
|
||||
@@ -127,7 +127,7 @@ get_where("audiocodecs", "audiocodec", "aud");
|
||||
$hasStickyFirst = $hasStickySecond = $hasStickyNormal = $noNormalResults = false;
|
||||
$prependIdArr = $prependRows = $normalRows = [];
|
||||
$stickyWhere = $normalWhere = '';
|
||||
if (isset($_GET['sticky'])) {
|
||||
if (isset($_GET['sticky']) && $inclbookmarked == 0) {
|
||||
$stickyArr = explode(',', $_GET['sticky']);
|
||||
//Only handle sticky first + second
|
||||
$posStates = [];
|
||||
|
||||
Reference in New Issue
Block a user