public
Description: OneBody is free, open-source, web-based social networking and online directory software for churches.
Homepage: http://beonebody.com
Clone URL: git://github.com/seven1m/onebody.git
seven1m (author)
Wed Sep 10 06:14:00 -0700 2008
commit  1bfa0a538a8cca98193cde1f6fb875a0b94b8ad6
tree    816b6ae2cc43930e872b0634f320ed208e428d49
parent  25260cba3ec2909e8bd0c0c1bf3510343fac53d4
onebody / themes
name age message
..
file README Fri Apr 04 12:21:27 -0700 2008 Updated links to old OneBody Trac to point to n... [seven1m]
directory aqueouslight/ Loading commit data...
themes/README
To create your own theme, copy the default "aqueouslight" theme folder
and its contents to a new folder in this location.

Put CSS, JavaScript, Images and other assets in the public/ folder,
in the appropriate location.

The layouts/default.html.erb is the shell of every page displayed
on the site. Creative changes to this file should allow for most
theme design needs.

If, however, you need to edit the guts or look of actual page
content, you may clone the needed structure found in app/views/*
to your theme folder and customize the pages. Only copy the pages
you need to modify, and try to keep your customizations to these
pages to a minimum, as future upgrades may require some TLC if
major changes are made to the HTML.

See http://github.com/seven1m/onebody/wikis/OneBodyThemes for more info.