Instructions say:
FIND:
'stylecache'
), $specialtemplates);
REPLACE WITH:
'stylecache',
// +++ vBookie
'vbookiesettings'
// --- vBookie
), $specialtemplates);
END
But I installed the uShop that has taking that bit of code already:
// ## <ucs>
'stylecache',
'utt_store_act'
// ## </ucs>
), $specialtemplates);
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=
what do i do?