Hi, hopefully this will be more clearer then before, I've asked this before, but I think what I did ask didn't make much sense, I'll try to be more clearer and come from another angle:

  • I have very custom hacked home page, that uses a few images, some little scroll boxes etc etc etc.
  • Most of the text elements on this home page displayed like this: $var=variable_get('abc',''); echo $var;
  • Everything seems to be perfect, all these elements are edited in /admin/siteinformation
  • Problem comes when editor needs to change photographs on the home page.

    Problem: how is best to change this? Should I write a custom module that (1) shows form, (2) then receives and handles images upon submit, (3) stores them and (4) updates variable table? Or is there an easier way to do it i.e. creating custom content type just for home page?

    Thanks for your help in advance,
    Vlad