A Qcodo based CMS/ecommerce framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
573 B

<div class="ContentItemInner">
<?php
if($_CONTROL->ShowTitle)
$_CONTROL->Title->Render();
if($_CONTROL->ShowDescription)
$_CONTROL->Description->Render();
if($_CONTROL->ShowCreator)
$_CONTROL->Creator->RenderWithName();
if($_CONTROL->ShowCreationDate)
$_CONTROL->CreationDate->RenderWithName();
if($_CONTROL->ShowLastModification)
$_CONTROL->LastModification->RenderWithName();
print '<div class="spacer"></div>';
$_CONTROL->Text->Render();
?>
</div>