footer of the page

complab

Avatar: complab

2011-01-26 17:44

hi, everybody

I would need a little help ... is it possible to add the footer of all pages from the menu, but so that they may be edited.

If I was not clear, it could send a picture via e-mail, which explains perhaps better than words.

Currently I can not find any site that has been designed.

Sorry for my bad English.

Thank you in advance

» Quick.Cms v2.x

djole

Rad

Avatar: Rad

2011-01-26 23:03

Just move for example $sMenu1 from head1 to foot in container.tpl

complab

Avatar: complab

2011-01-27 11:54

Thanks for your reply, I have tried everything, but it's not that.
Here are the pictures at this link which may explain a little better.

http://img190.imageshack.us/i/wt1j.jpg/

means it should be a separate menu which can be added to any style template.

djole

Rad

Avatar: Rad

2011-01-27 14:06

I understand you want menu with the same content in header and footer?
It's more complicated...
Use $sMenu1 and $sMenu2 in container.tpl - 1 to header, 2 - to footer
In themes/default.php change:
$sMenu2 = $oPage->throwMenu( 'menu_2.tpl', 2, $iContent, 0 );
to
$sMenu2 = $oPage->throwMenu( 'menu_2.tpl', 1, $iContent, 0 );

Now you can add another styles to both of menu, but content will be the same.

Back to top
about us | contact