Does any one have a script that could change the path of all page headers image (composition - Top Image) on a particular language layer, same priciple as this:
-------------------------------------------------------------------------------------
Run script to insert template on pages without templates set:
-------------------------------------------------------------------------------------
update Page
set PageLayout = 'Designs/GLOBAL_2011/Global_Subpage_2011_LowHeader_3_column.html'
WHERE (PageAreaID = 191) and PageLayout = ''
Instead changing page header image path from
/Files/System/USA2010/images/header/header_middle_therapies.jpg
to:
/Files/Billeder/GLOBAL2014/headers/header_middle_partnerships.jpg
Thanks in advance
Andy