Changeset 17947
- Timestamp:
- 10/06/08 10:43:42 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/MidCOM_2_8/fi.hut.loginbroker/style/redirect-link.php
r13059 r17947 3 3 $link_html = "<a id='fi_hut_loginbroker_redirect_link' href='{$data['redirect_to']}'>${data['redirect_to']}</a>"; 4 4 $l_string1 = sprintf($data['l10n']->get('you should have been redirected to %s'), $link_html); 5 $l_string2 = sprintf($data['l10n']->get('please click on the link to continue');5 $l_string2 = $data['l10n']->get('please click on the link to continue'); 6 6 ?> 7 7 <p>
