@@ -278,9 +278,9 @@ catch (Exception $ex){
|
||||
<div class="categoryBar" style="background-color:<?php echo NotiziaModel::$NOTIZIE_CATEGORY[NotiziaModel::CATEGORY_MESTIERI]["color"] ?>">
|
||||
<span><?php echo NotiziaModel::$NOTIZIE_CATEGORY[NotiziaModel::CATEGORY_MESTIERI]["label"] ?></span>
|
||||
</div>
|
||||
<?php if(sizeof(professioniNews)>0){
|
||||
<?php if(sizeof($professioniNews)>0){
|
||||
$i=0;
|
||||
foreach (professioniNews as $articolo){
|
||||
foreach ($professioniNews as $articolo){
|
||||
|
||||
$stringTitolo = (strlen($articolo->titolo) > 53) ? htmlentities ( substr( html_entity_decode( $articolo->titolo ) ,0,50) ) .'...' : $articolo->titolo;
|
||||
// $string = (strlen($politica->sottotitolo) > 33) ? substr($politica->sottotitolo,0,30).'...' : $politica->sottotitolo;?>
|
||||
|
||||
Reference in New Issue
Block a user