I have button with different id's in which i have put them into array so that i can used to anywhere in my project.Just i am not finding way to call them in my project. So i want to use this button separately depending on my requirement. Here is my code:
$page['button'] = array(
1 => array( 'Save','pfeil2r','',"'#'",'','','saveId'),
2 => array( 'Cancel','pfeil2r','',"'#'",'','','CancelId'),
3 => array( 'Remove Widget','pfeil2r','',"'#'",'','','removewidgetId'),
And i want to know how can i call them in this:
'.CreateButton($page['button']).'