First time here? Check out the FAQ!
2

Get footer from url?

Could I fetch the HTML for the footer from a url?

I 'm using a CMS to serve html chunks and I already have a footer, which I 'd hate to have to maintain separately.

I 'm guessing I 'll have to modify the python code someplace, but a hint where that place is would be very helpful

igalanis's avatar
21
igalanis
asked 2011-06-27 08:01:15 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

The simplest is to insert an iframe in askbot/skins/default/templates/blocks/footer.html, but it may not be the best for SEO.

There is no hook currently in the python code to insert footer via an http call, but it could be added.

Evgeny's avatar
13.2k
Evgeny
updated 2011-06-27 12:30:51 -0500, answered 2011-06-27 12:27:50 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments