20 lines
375 B
Smarty
20 lines
375 B
Smarty
<div class="tresc">
|
|
<h1 class="title">{$objElement->GetName()}</h1>
|
|
{if $objElement->GetSubname()}
|
|
<div class="subTitle"> {$objElement->GetSubname()}</div>
|
|
{/if}
|
|
|
|
|
|
<h1>{$objArticle->GetTitle()}</h1>
|
|
|
|
|
|
{$objArticle->GetDescription()}
|
|
|
|
<div class="back"><a href="javascript:history.back();">{translate word='back'}</a></div>
|
|
|
|
|
|
|
|
|
|
<div class="cb"></div>
|
|
</div>
|