Exemplo n.º 1
0
    ?>
</h4>
   <?php 
}
?>
    <div class="<?php 
echo $params->get('displayLines');
?>
">
        <div class="<?php 
echo $params->get('displayIcons');
?>
">
        <?php 
if ($params->get("displayDelicious")) {
    echo MvSocialButtonsHelper::getDeliciousButton($title, $link, $stylePath);
}
if ($params->get("displayDigg")) {
    echo MvSocialButtonsHelper::getDiggButton($title, $link, $stylePath);
}
if ($params->get("displayFacebook")) {
    echo MvSocialButtonsHelper::getFacebookButton($title, $link, $stylePath);
}
if ($params->get("displayGoogle")) {
    echo MvSocialButtonsHelper::getGoogleButton($title, $link, $stylePath);
}
if ($params->get("displaySumbleUpon")) {
    echo MvSocialButtonsHelper::getStumbleuponButton($title, $link, $stylePath);
}
if ($params->get("displayTechnorati")) {
    echo MvSocialButtonsHelper::getTechnoratiButton($title, $link, $stylePath);