Beispiel #1
0
	<a href="<?php 
    echo $item->get_permalink();
    ?>
" target="_blank" class="list-group-item">
		<h4 class="list-group-item-heading">
			<img src="pfs-mini.png" title="Source: <?php 
    echo $feed->get_title();
    ?>
" alt="" width="16" height="16" />
			<?php 
    echo $item->get_title();
    ?>
		</h4>
		<p class="list-group-item-text">
			<?php 
    echo textLimit($content, $rsswidgettextlength);
    ?>
			<br />
		</p>
	</a>
<?php 
}
?>

</div>

<!-- close the body we're wrapped in and add a configuration-panel -->
</div><div id="widget-<?php 
echo $widgetname;
?>
_panel-footer" class="panel-footer collapse">
  <?php 
foreach ($startups as $raise) {
    ?>
   <div class="col-lg-4">
    <div class="panel panel-default">
     <div class="panel-heading"  align="center"><img src="<?php 
    echo $raise['logo_url'];
    ?>
"></div>
     <div class="panel-body" align="center">
      <h2><?php 
    echo $raise['name'];
    ?>
</h2>
      <p><?php 
    echo textLimit($raise['product_desc']);
    ?>
</p>
      <hr />
      <b>Fundraising:</b>
      <table class="table table-bordered">
       <tr>
        <td>Round Opened At</td>
        <td><?php 
    echo $raise['fundraising']['round_opened_at'];
    ?>
</td>
       </tr>
       <tr>
        <td>Raising Amount</td>
        <td>$<?php