示例#1
0
</span>	
					<?php 
        if ($this->params->get('show_modify_date')) {
            ?>
					<span class="separator">|</span>
					<?php 
        }
        ?>
				<?php 
    }
    ?>
				<?php 
    if ($this->params->get('show_modify_date')) {
        ?>
					<?php 
        $modified = TemplateContentCategoryHelper::getLastArticleModifiedDate($this->category, $this->children);
        ?>
					<span class="documentModified"><?php 
        echo JText::sprintf('COM_CONTENT_LAST_UPDATED', $modified);
        ?>
</span>
				<?php 
    }
    ?>
			
			</div>
		</div>
	<?php 
}
?>