Skip to content

Commit

Permalink
Fix SMSSync QR code url
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Jul 1, 2015
1 parent 67aebcc commit 288fc9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/smssync/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
'intro_step1' => array(
'label' => 'Step 1: Download the "SMSSync" app from the Android Market.',
'input' => 'read-only-text',
'description' => '
Scan this QR Code with your phone to download the app from the Android Market <img src="media/kohana/images/smssync.png" width="150"/>'
'description' => function() {
return 'Scan this QR Code with your phone to download the app from the Android Market <img src="'. URL::site('/media/images/smssync.png', TRUE) .'" width="150"/>';
}
),
// @todo figure out how to inject link and fix base url
'intro_step2' => array(
Expand Down

0 comments on commit 288fc9a

Please sign in to comment.