Closed panigrc closed 4 years ago
shipping_tpl.php
company_tpl.php
secure_tpl.php
extract()
===
==
!==
!=
home_tpl.php
[]
if
$lang
$this->language_library->get_language()
sprintf
@
??
credits_tpl.php
suggest_tpl.php
search_tpl.php
product_type_num_tpl.php
cellspacing
cellpadding
Added
shipping_tpl.php
in greek.company_tpl.php
in greek.secure_tpl.php
in english and german.extract()
function.===
instead of==
or!==
instead of!=
.home_tpl.php
.Changed
[]
.if
to block style.$lang
with$this->language_library->get_language()
.sprintf
where needed.@
were replaced by ternary operator??
and default value.Removed
credits_tpl.php
this template isn't being used anymore.suggest_tpl.php
this template isn't being used anymore.search_tpl.php
this template isn't being used anymore.product_type_num_tpl.php
this template isn't being used anymore.cellspacing
&cellpadding
.Fixed