Hello,
I have built an combined internet and intranet application for an
customer. Internet pages are modified by an very, very CMS that I have
built.
Layouten is simple, header picture, meny on the left and content to the
right.
Yesterday customer asked if it would be possible to change the header
picture so that differfent pages has different header pictures. If no
header picture given for an page an default picture would be used. Even
that default picture they would like to be able to change.
Should I just out some python code inte layout.html that fetches the
picture for an specific page and if not found uses the default one.
Or is there an easier way, maybe without using database for this?
Kenneth