getNullDate(); ?>
Front Page Manager
Filter:
id; $row->sect_link = 'index2.php?option=com_sections&task=editA&hidemainmenu=1&id='. $row->sectionid; $row->cat_link = 'index2.php?option=com_categories&task=editA&hidemainmenu=1&id='. $row->catid; $now = _CURRENT_SERVER_TIME; if ( $now <= $row->publish_up && $row->state == '1' ) { $img = 'publish_y.png'; $alt = 'Published'; } else if (($now <= $row->publish_down || $row->publish_down == $nullDate) && $row->state == '1') { $img = 'publish_g.png'; $alt = 'Published'; } else if ( $now > $row->publish_down && $row->state == '1' ) { $img = 'publish_r.png'; $alt = 'Expired'; } elseif ( $row->state == "0" ) { $img = "publish_x.png"; $alt = 'Unpublished'; } $times = ''; if ( isset( $row->publish_up ) ) { if ( $row->publish_up == $nullDate) { $times .= ''; } else { $times .= ''; } } if ( isset( $row->publish_down ) ) { if ($row->publish_down == $nullDate) { $times .= ''; } else { $times .= ''; } } $access = mosCommonHTML::AccessProcessing( $row, $i ); $checked = mosCommonHTML::CheckedOutProcessing( $row, $i ); if ( $acl->acl_check( 'administration', 'manage', 'users', $my->usertype, 'components', 'com_users' ) ) { if ( $row->created_by_alias ) { $author = $row->created_by_alias; } else { $linkA = 'index2.php?option=com_users&task=editA&hidemainmenu=1&id='. $row->created_by; $author = ''. $row->author .''; } } else { if ( $row->created_by_alias ) { $author = $row->created_by_alias; } else { $author = $row->author; } } ?> ">
# Title Published Reorder Order Save Order Access Section Category Author
Start: Always
Start: '. $row->publish_up .'
Finish: No Expiry
Finish: '. $row->publish_down .'
rowNumber( $i ); ?> checked_out && ( $row->checked_out != $my->id ) ) { echo $row->title; } else { ?> title; ?> ')"> <?php echo $alt;?> orderUpIcon( $i ); ?> orderDownIcon( $i, $n ); ?> sect_name; ?> name; ?>
getListFooter(); mosCommonHTML::ContentLegend(); ?>