Hi,
I think what happens with the "capture name=menu" bit is that it is just creating a variable to call all the text that is between this bit and the end capture tag - {/capture}
The clue to what I think you are trying to do is on the last line of authbox.tpl
{ include file="menu.tpl" dingbats="dingbats_authentification.gif" menu_title=$lng.lbl_authentication menu_content=$smarty.capture.menu }
Just finishing off what I was explaining, you see the menu variable right at the end - this is then putting everything that was captured into the file menu.tpl
So what I think you need to do is create menu2.tpl and call that in the final include section.
You can do the same with dialog.tpl where that is called.
Hope that helps
|