I need to initialize some variables in a preprocessor function.
I know for page template i can use mytheme_preprocess_page
.
I have a custom page template page--mycustompage.tpl.php
. I want to preprocess some variables only for that template. Is there and option like mytheme_preprocess_page_mycustompage(&$vars)
?