Icons & images

Issue #2 closed
Björn Kass created an issue

in file oc_buttons.php

<div id="social-container">
    <?php foreach($data['services'] as $service_name => $service): ?>
        <a href="<?php print $service['url']; ?>" class="button toggle">
            <i class="icon"><img src="<?php print $service['icon']; ?>" alt="<?php print $service_name." icon"; ?>"/></i>
            <?php print T('Log in using ').$service_name; ?>
        </a>
    <?php endforeach; ?>
</div>

Icons look like this: icons

ikons

Comments (4)

  1. Log in to comment