Quote:
Originally Posted by Ipuck
Hello Andrew
What template is the one that shows the php information in the main administration menu?
I think is missing some <br> and is stretching the left column. see picture attached.
|
I recall someone else also asked this question. Problem is that your open_basedir setting is very long, and it's forcing the table to spread.
Edit the links_admin_environment template, and find and remove the lines
Code:
<br />
<em>open_basedir</em> <if condition="$open_basedir">$open_basedir<else />$vbphrase[ll_unset]</if>
There is supposed to be a CSS styling feature that will automatically wrap long text (style="word-break: break-all") but it only seems to work with internet explorer, not Mozilla or Opera.