I have a html5 template that we're going to use to.. so how would we generate a dummy theme? like a skeleton base..
I tried doing this
cd themes/
cp -Rfp flow mytheme
cd mytheme
nano *.php
then editing the files to all say mytheme
but when i refresh my admin section for themes, the new theme is not listed there to activate
Basically, the usual way we've done it is.. Just editing the flow/ folder and thats how we hack in the new html5 integration...... but this time around i thought it would be better if we create a new folder
I tried doing this
cd themes/
cp -Rfp flow mytheme
cd mytheme
nano *.php
then editing the files to all say mytheme
but when i refresh my admin section for themes, the new theme is not listed there to activate
Basically, the usual way we've done it is.. Just editing the flow/ folder and thats how we hack in the new html5 integration...... but this time around i thought it would be better if we create a new folder