?>


<?php 
slot('content');
?>
<h2 class="sub_title"><?php 
echo __("Dominant Tags");
?>
</h2>
<p><?php 
echo __("Subline");
?>
:</p>
<?php 
echo @simple_tag_cloud($pDomainProfile->getTags());
end_slot();
include_partial('global/graybox');
?>

<?php 
slot('content');
?>

<div id="pie-charts" class="clearfix">
	<div class="alignleft" id="gender-chart">
		<?php 
include_partial('analytics/chart_pie_gender', array('pChartsettings' => '{
								"width": 300,
								"height": 180,
								"margin": [ 40, 0, 10, 10],
Exemple #2
0
 -->
    </div>
  </div>
</div>

<div class="row">
  <div class="span4">
    <h2><?php 
echo __("Tags");
?>
 <small>(<?php 
echo __("the overall Top-100 tags");
?>
)</small></h2>
    <?php 
echo simple_tag_cloud($tags, array(), "shares/index?t=%s");
?>
  </div>
  <div class="span8">
    <h2><?php 
echo __("Top Spreads");
?>
 <small>(<?php 
echo __("the overall Top-20 shares");
?>
)</small></h2>
    <table class="table table-bordered table-striped">
      <thead>
        <tr>
          <th><?php 
echo __("Link");