ez |
|
---|---|
Somehow I have got the ADMIN part twice on my screen...
See: ![]() Piece of my page.edit.tpl This ADMIN part is only once in my TPL ![]() What is the best place to look to get rid off this ???? Added 2 days later: Does Nobody have a clue ???? ==- I say: Keep it EZ -==
Bu gönderi ez tarafından düzenlendi (2010-03-31 03:02, 15 yıllar önce)
|
Kilandor |
|
---|---|
This would be caused by something Parsing that block 2x, do you have any plugins that effect this area?
|
ez |
|
---|---|
thnx for responding,
Now I have something to look for.. thnx ==- I say: Keep it EZ -==
|
GHengeveld |
|
---|---|
Yes, you should look for:
$t->parse('#.ADMIN');Where # can be another block tag. |