get('description') || $params->get('description_image') ) {
?>
get('description_image') && $title->image ) {
$link = $mosConfig_live_site .'/images/stories/'. $title->image;
?>
get('description') ) {
echo $title->description;
}
?>
|
canEdit || $access->canEditOwn ) && count( $other_categories ) > 0 ) {
$link = sefRelToAbs( 'index.php?option=com_content&task=new§ionid='. $id .'&Itemid='. $Itemid );
?>
...
|
|
1 ) || ( count( $other_categories ) < 2 && count( $items ) < 1 ) ) ) {
if ( ( $params->get( 'type' ) == 'category' ) && $params->get( 'other_cat' ) ) {
HTML_content::showCategories( $params, $items, $gid, $other_categories, $catid, $id, $Itemid );
}
if ( ( $params->get( 'type' ) == 'section' ) && $params->get( 'other_cat_section' ) ) {
HTML_content::showCategories( $params, $items, $gid, $other_categories, $catid, $id, $Itemid );
}
}
?>
|