Home Icon/link action
Design and Skin Customization
Is this the same question we answered via tickets still? Where the issue was the quota settings or a different question?
Feeling a bit of de-ja-vu on the is topic.
// Favorite Song ID
$_tmp = array(
'name' => 'favorite_song',
'type' => 'text',
'default' => '',
'validate' => 'not_empty',
'label' => 'Favorite Song',
'help' => 'Some Helpful Info.',
'order' => 8,
'section' => 'Hail Mary',
);
jrCore_register_setting('NewSkin',$_tmp);
// Favorite Song ID
$_tmp = array(
'name' => 'favorite_song',
'type' => 'text',
'default' => '',
'validate' => 'not_empty',
'label' => 'Favorite Song',
'help' => 'Some Helpful Info.',
'order' => 8,
'section' => 'SOME TAB NAME',
);
jrCore_register_setting('NewSkin',$_tmp);