Possible Duplicate:
PHP: “Notice: Undefined variable” and “Notice: Undefined index”
I have opencart framework and shoppica template. Recently I have installed "one page checkout" module that supportes shoppica but when I enable this module i get the following error:
PHP Notice: Undefined variable: lang in public_html/catalog/view/theme/default/template/onecheckout/checkout.tpl on line 3
checkout.tpl line 3:
<html xmlns="http://www.w3.org/1999/xhtml" dir="<?php echo $direction; ?>" lang="<?php echo $lang; ?>" xml:lang="<?php echo $lang; ?>">
My opencart version is 1.5.3.1
shoppica v2.2
one page checkout 3.4
Please help me.