Clean up for variables
This commit is contained in:
parent
80ad607e62
commit
d7d99f457a
1 changed files with 0 additions and 1 deletions
|
|
@ -541,7 +541,6 @@ class HtmlEngine
|
|||
$data['$paymentLink'] = &$data['$payment_link'];
|
||||
$data['$payment_url'] = &$data['$payment_link'];
|
||||
$data['$portalButton'] = &$data['$payment_link'];
|
||||
$data['$portal_button'] = &$data['$payment_link'];
|
||||
|
||||
$data['$dir'] = ['value' => in_array(optional($this->client->language())->locale, ['ar', 'he']) ? 'rtl' : 'ltr', 'label' => ''];
|
||||
$data['$dir_text_align'] = ['value' => in_array(optional($this->client->language())->locale, ['ar', 'he']) ? 'right' : 'left', 'label' => ''];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue