Web Site:
The website main page is found in \public_html\default.php. From this file all other pages
of the website are called or transferred to a difference site like “Church art Online.org” for are Church Calendar and FOC Blog. All pages use the same pattern or template and are controlled by the same css file found in \public_html\default.css.
Sometimes we want to change the background color to match the color of the church year. Advent > Blue, Epiphany > Green, Lent > Purple, Ash Wednesday and Good Friday > Black, Pentecost and Reformation > Red, and so on. This is done by change the background command in Line 3 of default.css the background files are called (area-black.jpg, area-blue.jpg, area-green.jpg, area-purpel.jpg, area-red.jpg, area-white.jpg) and are found in \public_html\image\.
During advent we place a advent wreath in the top portion of the page. This is done by replace the file top_06.png with several Jpeg file called (top_06Love.jpg, top_06peace.jpg, top_06Joy.jpg, top_06Hope.jpg) in the top.inc found in \public_html\.
|
|
Photo Gallery:
Uses \public_html\TempletPage.php with a Frame add for the PHPSlideShow.php. Each
SlideShow called, uses the same files but in different directories. (I.e.\public_html\
slideshow\youth and \public_html\slideshow\adult\). DEFAULT INSTALL of
PHPSlideShow.php: Download PHPSlideshow.zip from http://www.zinkwazi.com/scripts and
unzip the contents into a directory of images you want SlideShow to show. .That's it,y
our slideshow is ready, simply navigate to the phpslideshow.php script in your browser. more information on phpslideshow
NOTE: Be sure that you are loading phpslideshow.
php in your browser and NOT the template.html file (you'll see a strange broken page
if you do this)
|