proper way to make mobile theme

proper way to make mobile theme

by suman bogati -
Number of replies: 2

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...

 

 

 

Average of ratings: -
In reply to suman bogati

Re: proper way to make mobile theme

by Mary Evans -

As far as I know, yes that is about the state of things at this moment in time.

In reply to Mary Evans

Re: proper way to make mobile theme

by suman bogati -

Thanx Mary.... I'll go with the process as I discussed in previous post.