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)
Thu Oct 15 05:11:24 -0700 2009
commit  4c7ebc7b596c3955ee3215e6dd11e77d7bf51312
tree    e6131165653b8307c1cae39dee5b1ee9571eec6b
parent  249677a010de8f06efb6ed9d2d600e459c315b06
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...
directory custom/ Wed Feb 25 12:24:42 -0800 2009 remove .empty files in favor of .gitignore, whi... [seven1m]
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.