# # * BOOH * # # A.k.a `Best web-album Of the world, Or your money back, Humerus'. # # The acronyn sucks, however this is a tribute to Dragon Ball by # Akira Toriyama, where the last enemy beaten by heroes of Dragon # Ball is named "Boo". But there was already a free software project # called Boo, so this one will be it "Booh". Or whatever. # # # Copyright (c) 2004 Guillaume Cottenceau # # This software may be freely redistributed under the terms of the GNU # public license version 2. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # holds static data to merge in the html "themes" $head_code = <<'EOF' EOF $body_additions = <<'EOF' onload="init()" id="body" EOF $button_first = <<'EOF'
EOF $button_previous = <<'EOF'
EOF $button_next = <<'EOF'
EOF $button_last = <<'EOF'
EOF $button_slideshow = <<'EOF'
EOF $image = <<'EOF' EOF $caption_additions = <<'EOF' id="main_text" EOF $body_code = <<'EOF' EOF