Audon audioplayer App #1414
1 changed files with 6 additions and 6 deletions
audon/audon.php aktualisiert
commit
1ee297b698
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Name: audon Application
|
* Name: AUDON Application
|
||||||
loma-one marked this conversation as resolved
Outdated
loma-one marked this conversation as resolved
Outdated
MrPetovan
commented
Thanks for the change, however I meant "Audon", not "AUDON". I'll highlight the other instances I noticed. Thanks for the change, however I meant "Audon", not "AUDON". I'll highlight the other instances I noticed.
|
|||||||
* Description: add a audon instance for audio. Based on webRTC Addon
|
* Description: add a audon instance for audio. Based on webRTC Addon
|
||||||
loma-one marked this conversation as resolved
Outdated
MrPetovan
commented
`Add an Audon instance`
|
|||||||
* Version: 0.1
|
* Version: 0.1
|
||||||
* Author: Stephen Mahood <https://friends.mayfirst.org/profile/marxistvegan>
|
* Author: Stephen Mahood <https://friends.mayfirst.org/profile/marxistvegan>
|
||||||
|
@ -26,13 +26,13 @@ function audon_addon_admin(string &$o)
|
||||||
{
|
{
|
||||||
$t = Renderer::getMarkupTemplate('admin.tpl', 'addon/audon/');
|
$t = Renderer::getMarkupTemplate('admin.tpl', 'addon/audon/');
|
||||||
$o = Renderer::replaceMacros($t, [
|
$o = Renderer::replaceMacros($t, [
|
||||||
'$submit' => DI::l10n()->t('Save Settings'),
|
'$submit' => DI::l10n()->t('Save Settings'),
|
||||||
'$audonurl' => [
|
'$audonurl' => [
|
||||||
'audonurl',
|
'audonurl',
|
||||||
DI::l10n()->t('audon Base URL'),
|
DI::l10n()->t('audon Base URL'),
|
||||||
loma-one marked this conversation as resolved
Outdated
MrPetovan
commented
```php
DI::l10n()->t('Audon Base URL'),
```
|
|||||||
DI::config()->get('audon','audonurl'),
|
DI::config()->get('audon','audonurl'),
|
||||||
loma-one marked this conversation as resolved
Outdated
MrPetovan
commented
Code standards: Please add a space after commas. Code standards: Please add a space after commas.
loma-one marked this conversation as resolved
MrPetovan
commented
```php
DI::config()->get('audon', 'audonurl'),
```
|
|||||||
DI::l10n()->t('Page your users will create a audon Audio chat room on. For example you could use https://audon.space.'),
|
DI::l10n()->t('Page your users will create a audon Audio chat room on. For example you could use https://audon.space.'),
|
||||||
loma-one marked this conversation as resolved
Outdated
MrPetovan
commented
`Page your users will create an Audon audio chat room on. For example you could use https://audon.space.`
|
|||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue
Please capitalize the Audon name when not used in code context.