Merge pull request #10548 from annando/args
Replaced argv/argc with replacement functions
This commit is contained in:
commit
3cef3ab107
56 changed files with 331 additions and 347 deletions
|
@ -33,8 +33,8 @@ function frio_init(App $a)
|
|||
$frio = 'view/theme/frio';
|
||||
|
||||
// disable the events module link in the profile tab
|
||||
$a->theme_events_in_profile = false;
|
||||
$a->videowidth = 622;
|
||||
$a->setThemeInfoValue('events_in_profile', false);
|
||||
$a->setThemeInfoValue('videowidth', 622);
|
||||
|
||||
Renderer::setActiveTemplateEngine('smarty3');
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ use Friendica\Util\Strings;
|
|||
|
||||
function vier_init(App $a)
|
||||
{
|
||||
$a->theme_events_in_profile = false;
|
||||
$a->setThemeInfoValue('events_in_profile', false);
|
||||
|
||||
Renderer::setActiveTemplateEngine('smarty3');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue