@@ -6,4 +6,4 @@ |
||
| 6 | 6 | * @package chamilo.plugin.resubscription |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -require_once api_get_path(SYS_PATH) . 'main/inc/global.inc.php'; |
|
| 9 | +require_once api_get_path(SYS_PATH).'main/inc/global.inc.php'; |
|
@@ -5,6 +5,6 @@ |
||
| 5 | 5 | * @author Imanol Losada Oriol <[email protected]> |
| 6 | 6 | * @package chamilo.plugin.resubscription |
| 7 | 7 | */ |
| 8 | -require_once __DIR__ . '/config.php'; |
|
| 8 | +require_once __DIR__.'/config.php'; |
|
| 9 | 9 | |
| 10 | 10 | Resubscription::create()->uninstall(); |
@@ -5,6 +5,6 @@ |
||
| 5 | 5 | * @author Imanol Losada Oriol <[email protected]> |
| 6 | 6 | * @package chamilo.plugin.resubscription |
| 7 | 7 | */ |
| 8 | -require_once __DIR__ . '/config.php'; |
|
| 8 | +require_once __DIR__.'/config.php'; |
|
| 9 | 9 | |
| 10 | 10 | Resubscription::create()->install(); |
@@ -17,4 +17,4 @@ |
||
| 17 | 17 | // The plugin author. |
| 18 | 18 | $plugin_info['author'] = 'Julio Montoya'; |
| 19 | 19 | // For bigger icons change this value to addthis_32x32_style |
| 20 | -$plugin_info['icon_class'] = ''; |
|
| 20 | +$plugin_info['icon_class'] = ''; |
|
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | $plugin_info['templates'] = array('template.tpl'); |
| 24 | 24 | |
| 25 | 25 | //For bigger icons change this value to addthis_32x32_style |
| 26 | -$plugin_info['icon_class'] = ''; |
|
| 26 | +$plugin_info['icon_class'] = ''; |
|
| 27 | 27 | |
| 28 | 28 | //To use vertical alignment change this value to |
| 29 | -$plugin_info['position'] = 'addthis_default_style'; //addthis_vertical_style |
|
| 29 | +$plugin_info['position'] = 'addthis_default_style'; //addthis_vertical_style |
|
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | // the comm |
| 19 | 19 | $comm_label = api_htmlentities( |
| 20 | 20 | $plugin_info['settings']['add_cas_login_button_cas_button_comment'] |
| 21 | - );; |
|
| 21 | + ); ; |
|
| 22 | 22 | // URL of the image |
| 23 | 23 | $url_label = $plugin_info['settings']['add_cas_login_button_cas_image_url']; |
| 24 | 24 | |
@@ -10,7 +10,7 @@ discard block |
||
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | 12 | //the plugin title |
| 13 | -$plugin_info['title'] = 'Add a button to login using CAS'; |
|
| 13 | +$plugin_info['title'] = 'Add a button to login using CAS'; |
|
| 14 | 14 | |
| 15 | 15 | //the comments that go with the plugin |
| 16 | 16 | $plugin_info['comment'] = "If CAS is activated, this plugin add a text and a button on the login page to login with CAS. Configure plugin to add title, comment and logo."; |
@@ -38,4 +38,4 @@ discard block |
||
| 38 | 38 | $plugin_info['settings_form'] = $form; |
| 39 | 39 | |
| 40 | 40 | //set the templates that are going to be used |
| 41 | -$plugin_info['templates'] = array('template.tpl'); |
|
| 41 | +$plugin_info['templates'] = array('template.tpl'); |
|
@@ -23,7 +23,7 @@ discard block |
||
| 23 | 23 | $strings['VideoConferenceAddedToTheCalendar'] = "Videoconference added to the calendar"; |
| 24 | 24 | $strings['VideoConferenceAddedToTheLinkTool'] = "Videoconference added to the link tool"; |
| 25 | 25 | |
| 26 | -$strings['GoToTheVideoConference'] = "Go to the videoconference"; |
|
| 26 | +$strings['GoToTheVideoConference'] = "Go to the videoconference"; |
|
| 27 | 27 | |
| 28 | 28 | $strings['Records'] = "Recording"; |
| 29 | 29 | $strings['Meeting'] = "Meeting"; |
@@ -34,7 +34,7 @@ discard block |
||
| 34 | 34 | $strings['EnterConference'] = "Enter the videoconference"; |
| 35 | 35 | $strings['RecordList'] = "Recording list"; |
| 36 | 36 | $strings['ServerIsNotRunning'] = "Videoconference server is not running"; |
| 37 | -$strings['ServerIsNotConfigured'] = "Videoconference server is not configured"; |
|
| 37 | +$strings['ServerIsNotConfigured'] = "Videoconference server is not configured"; |
|
| 38 | 38 | |
| 39 | 39 | $strings['XUsersOnLine'] = "%s user(s) online"; |
| 40 | 40 | |
@@ -16,7 +16,7 @@ discard block |
||
| 16 | 16 | $strings['VideoConferenceAddedToTheCalendar'] = "Vidéoconférence ajoutée au calendrier"; |
| 17 | 17 | $strings['VideoConferenceAddedToTheLinkTool'] = "Vidéoconférence ajoutée comme lien. Vous pouvez éditer et publier le lien sur la page principale du cours depuis l'outil liens."; |
| 18 | 18 | |
| 19 | -$strings['GoToTheVideoConference'] = "Entrer dans la salle de conférence"; |
|
| 19 | +$strings['GoToTheVideoConference'] = "Entrer dans la salle de conférence"; |
|
| 20 | 20 | |
| 21 | 21 | $strings['Records'] = "Enregistrement"; |
| 22 | 22 | $strings['Meeting'] = "Salle de conférence"; |
@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | $strings['EnterConference'] = "Entrer dans la salle de conférence"; |
| 28 | 28 | $strings['RecordList'] = "Liste des enregistrements"; |
| 29 | 29 | $strings['ServerIsNotRunning'] = "Le serveur de vidéoconférence ne fonctionne pas"; |
| 30 | -$strings['ServerIsNotConfigured'] = "Le serveur de vidéoconférence n'est pas configuré correctement"; |
|
| 30 | +$strings['ServerIsNotConfigured'] = "Le serveur de vidéoconférence n'est pas configuré correctement"; |
|
| 31 | 31 | |
| 32 | 32 | $strings['XUsersOnLine'] = "%s utilisateurs dans la salle"; |
| 33 | 33 | |