You are here

function lingotek_setup_link_on_right in Lingotek Translation 7.7

1 call to lingotek_setup_link_on_right()
lingotek_setup_account_settings_form in ./lingotek.setup.inc
Account Settings (for Current Users) - Form

File

./lingotek.setup.inc, line 994

Code

function lingotek_setup_link_on_right($path, $text = 'Previous Step') {
  return array(
    '#markup' => '<span style="margin-left:5px; margin-right: 15px;">' . l($text, $path) . '</span>',
  );
}