Forums / Setup & design / menuwidth in leftmenusetting
Tuuba Yildiz
Wednesday 23 August 2006 1:57:08 am
Hi,
I am using leftmenu and element of leftmenu has very long name (like 45 characters). However; leftmenu shows only 25 characters. I suppose that it is about menu.ini.append.php [LeftMenuSettings] MenuWidth[] MenuWidth[small]=13 MenuWidth[medium]=19MenuWidth[large]=25
I changed it and cleared cache but it was unsuccessful.
How can I change the number of characters in leftmenu?
Thanks
Wednesday 23 August 2006 2:06:01 am
Again hi,
I solved the problem. It is about the flat_left.tpl.
<a {$menu.is_selected|choose( '', 'class="selected"' )} href={$menu.url_alias|ezurl}>{$menu.text|shorten( 25 )}</a>
menu.text value should be changed.
Again thanks,