setQuery( $query, 0, 10 );
$rows = $database->loadObjectList();
?>
|
Most Recently Added Content
|
sectionid == 0 ) {
$link = 'index2.php?option=com_typedcontent&task=edit&hidemainmenu=1&id='. $row->id;
} else {
$link = 'index2.php?option=com_content&task=edit&hidemainmenu=1&id='. $row->id;
}
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 = ''. htmlspecialchars( $row->name, ENT_QUOTES ) .'';
}
} else {
if ( $row->created_by_alias ) {
$author = $row->created_by_alias;
} else {
$author = htmlspecialchars( $row->name, ENT_QUOTES );
}
}
?>
|
title, ENT_QUOTES);?>
|
created;?>
|
|
|
|