moved international labels into per Macro files
This commit is contained in:
parent
5d7046af8f
commit
001d63f703
8 changed files with 17 additions and 17 deletions
|
|
@ -23,7 +23,7 @@ sub process {
|
|||
my @param = WebGUI::Macro::getParams(shift);
|
||||
return WebGUI::URL::page("op=auth&method=init") if ($param[0] eq "linkonly");
|
||||
$var{'account.url'} = WebGUI::URL::page('op=auth&method=init');
|
||||
$var{'account.text'} = $param[0] || WebGUI::International::get(46);
|
||||
$var{'account.text'} = $param[0] || WebGUI::International::get(46.'Macro_a_account');
|
||||
return WebGUI::Asset::Template->newByUrl($param[1]||"default_account_macro")->process(\%var);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue