Well I want to develop a mobile theme as done by "mymobile' in moodle2.x.
As I know the process would be
I would copy the ''mymobile' theme and renamed(with folder, into whole files of theme) it with new name. And I'll change the general.php for structure change and will change the css files to adding my new styles.
Which means At config.php of my new theme nothing would be change except my new theme's name. eg: $Theme->parents, $THEME->layouts etc, all they are exist same.
So is this proper way to make new mobile theme into moodle2?
If no what would be the process for it...