source: extensions/Flash_Gallery/modules/BananAlbum/xml/header.xml.php @ 3599

Last change on this file since 3599 was 3599, checked in by tiico, 15 years ago

some minor corrections
add block.tpl from pwg_stuff (for flopure)
add prometeus module (javascript)
[TO BE COMPLETED]

File size: 1.0 KB
Line 
1<?php
2echo '<?xml version="1.0"?>
3<BananAlbum Generator="Piwigo Flash Gallery" BananAlbum="v5.1">
4
5<label><![CDATA[<TOTO>]]></label>
6
7<bgcolor>#111111</bgcolor>
8<linecolor>#ffffff</linecolor>
9<imgcolor transparency="100">#000000</imgcolor>
10<txtcolor>#ffffff</txtcolor>
11<labels typeface="">true</labels>
12
13<thumbs width="62" height="62" crop="false" margin="20" spacing="3" hide="false" automove="true" center="false">true</thumbs>
14<images  x="" y="" w="" h="" outline="true" autoscale="true" fade="false" preload="true"/>
15<transition fade="true">default</transition>
16<comments x="" y="" w="" h="" typeface="" external="false">true</comments>
17<download NOlink="download.php?image=[image]">false</download>
18<supersize>false</supersize>
19
20<margin>16</margin>
21<bg tile="true">TITLE BG</bg>
22<bananatree bg="true" transparency="100" active="#ff0000" prefix="[" suffix="]" collapse="true" y="">true</bananatree>
23<slideshow interval="4" x="" y="" big="false" autostart="true">true</slideshow>
24<donut line="" fill="" transparency=""/>
25
26
27';
28?>
29
30
31
Note: See TracBrowser for help on using the repository browser.