</table>

  <?php 
                }
            }
            ?>
  <?php 
        } else {
            ?>
      <table class="rel_status" cellpadding="0" cellspacing="0">
      <tr>
         <td><?php 
            echo __("member since:");
            ?>
 <?php 
            echo manage_content_date($link['created']);
            ?>
</td>
      </tr>
      </table>
  <?php 
        }
        ?>
  </li>
  <?php 
    }
    // End of FOR loop
} else {
    // End of if (!empty($links))
    ?>
   <li><?php 
Ejemplo n.º 2
0
   </td>
     <?php 
        if (!$type_image || $local_image_variable) {
            if ($links[$i]['type_name'] == 'CNBlogPost') {
                $type_image = PA::$theme_url . "/img/type-blog.gif";
                $local_image_variable = TRUE;
            }
        }
        ?>
   
   <td><img src="<?php 
        echo $type_image;
        ?>
" alt="Content type" /></td>
   <td><?php 
        print manage_content_date($links[$i]['changed']);
        ?>
</td>
   </tr>
   <?php 
    }
    ?>
   </table>
   <?php 
}
?>
   
  <?php 
if (empty($links)) {
    ?>
    <div class="description"> <?php