@@ 2972-2976 (lines=5) @@ | ||
2969 | $published_status = ($published['published'] === 0) ? '<a href="newvideos.php">' . $xtubeImageArray['offline'] . '</a>' : $xtubeImageArray['offline']; |
|
2970 | } |
|
2971 | ||
2972 | if ($published['vidsource'] === 200) { |
|
2973 | $icon = '<a href="main.php?op=edit&lid=' . $lid . '" title="' . _AM_XOOPSTUBE_ICO_EDIT . '">' . $xtubeImageArray['editimg'] . '</a> '; |
|
2974 | } else { |
|
2975 | $icon = '<a href="main.php?op=edit&lid=' . $lid . '" title="' . _AM_XOOPSTUBE_ICO_EDIT . '">' . $xtubeImageArray['editimg'] . '</a> '; |
|
2976 | } |
|
2977 | $icon .= '<a href="main.php?op=delete&lid=' . $lid . '" title="' . _AM_XOOPSTUBE_ICO_DELETE . '">' . $xtubeImageArray['deleteimg'] . '</a> '; |
|
2978 | $icon .= '<a href="altcat.php?op=main&cid=' |
|
2979 | . $cid |
|
@@ 3104-3108 (lines=5) @@ | ||
3101 | . '" /></a>'; |
|
3102 | } |
|
3103 | ||
3104 | if ($published['vidsource'] === 200) { |
|
3105 | $icon = '<a href="main.php?op=edit&lid=' . $lid . '" title="' . _AM_XOOPSTUBE_ICO_EDIT . '">' . $xtubeImageArray['editimg'] . '</a> '; |
|
3106 | } else { |
|
3107 | $icon = '<a href="main.php?op=edit&lid=' . $lid . '" title="' . _AM_XOOPSTUBE_ICO_EDIT . '">' . $xtubeImageArray['editimg'] . '</a> '; |
|
3108 | } |
|
3109 | $icon .= '<a href="main.php?op=delete&lid=' . $lid . '" title="' . _AM_XOOPSTUBE_ICO_DELETE . '">' . $xtubeImageArray['deleteimg'] . '</a> '; |
|
3110 | $icon .= '<a href="altcat.php?op=main&cid=' |
|
3111 | . $cid |