Esempio n. 1
0
if (twitter_account()) {
    ?>
        	
        	<li><a id="twit" href="<?php 
    echo twitter_url();
    ?>
" target="_blank"><span class="foot-link">@<?php 
    echo twitter_account();
    ?>
</span></a></li> 
            <?php 
}
?>
            
            <?php 
if (dribbble_account()) {
    ?>
 
        	<li><a id="drib" href="<?php 
    echo dribbble_url();
    ?>
" target="_blank"><span class="foot-link">Dribbble</span></a></li>
        	<?php 
}
?>
 
        </ul>
    </div>
    </aside>
    <small>&copy; <?php 
echo date('Y');
Esempio n. 2
0
function dribbble_url()
{
    return 'http://dribbble.com/' . dribbble_account();
}