Welcome Guest, Not a member yet? Register   Sign In
Can I use $this->lang->line('myword') in the form_submit?
#1

[eluser]shinokada[/eluser]
I want to add $this->lang->line('general_shopping_cart') instead of 'checkout'.

Can I do it inside the form_submit?

Code:
echo "<td colspan='2'>".form_submit('submit', 'checkout')."</td>\n";

or how to add lang in anchor?

$this->lang->line('general_go_back') instead of 'go back to your shopping cart'.

Code:
echo anchor("cecilieokada/cart", "go back to your shopping cart");


Messages In This Thread
Can I use $this->lang->line('myword') in the form_submit? - by El Forum - 01-10-2010, 11:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB