summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
4a04350)
Wrap footer divider to allow better styling.
<!-- Installation dependend links -->
<?php
if (true == $cfg['installation_done']) {
<!-- Installation dependend links -->
<?php
if (true == $cfg['installation_done']) {
+ echo ' <span>|</span> ';
echo '<a href="' . JIRAFEAU_ABSPREFIX . 'tos.php">' . t('Terms of Service') . '</a>';
}
?>
echo '<a href="' . JIRAFEAU_ABSPREFIX . 'tos.php">' . t('Terms of Service') . '</a>';
}
?>