Smarty değişkeni sorunu

0 Cevap php

Hey, ive a problem with my assigned variable in smarty. I want to assigns some values to an other template, but it doesn't work correctly. The problematic line is here:

{{include file="lib/topmenu_item.tpl" onclick="load_from_php('pageBody', '{{$base_url}}index.php/datasources/grouping', 'grouping', this);" node="datasources/grouping" text="Grouping"}}

i url önüne $ base_url değerini eklemek istiyorum. Ben bunu nasıl yapabilirim?

Ps: {{ve}} benim sınırlayıcılardır

0 Cevap