I seem to be having a bit of trouble for the main template, so just to make sure I believe I am supposed to take the template name from this part of the file.
Code:
// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array();
// get special data templates from the datastore
$specialtemplates = array();
// pre-cache templates used by all actions
$globaltemplates = array('vbfixer_cpn_temp',);
// pre-cache templates used by specific actions
$actiontemplates = array();
As you can see only one thing I can take from that which I use like so.
multi_custom_page|vbfixer_cpn_temp
Cannot get the blocks to show at all though I have tried a variety of different combinations.
The this script is defined like this: 'multi_custom_page'.$scrpt
So I'm not 100% sure what I should be placing in both sides due to this.