Sao Tavi
|
Tuesday 10 May 2011 8:33:32 am
So, I found at ezpedia a nice way to set up the breadcrumbs. One of the issues I have is the breadcrumbs localization. The php code to set the breadcrumbs would be: $Result['path'] = array( array( 'url' => /, 'text' => 'Order ' ), array( 'url' => '/refund', 'text' => 'Refund Completed' ) ); What I want is that 'Order' to appear in Spanish 'Ordenar' (I don't know Spanish well enough, this is just an example) and '/refund' as '/restitucion'
|