/[drupal]/contributions/modules/photos/photos_flash.tpl.php
ViewVC logotype

Contents of /contributions/modules/photos/photos_flash.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Tue Sep 16 07:45:33 2008 UTC (14 months, 1 week ago) by eastcn
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-2, DRUPAL-6--1-4-BETA3, DRUPAL-6--1-4-BETA2, DRUPAL-6--1-4-BETA1, DRUPAL-6--1-2, DRUPAL-6--1-3, HEAD
Changes since 1.2: +0 -0 lines
File MIME type: text/x-php
*** empty log message ***
1 <?php
2 // $Id: photos_flash.tpl.php,v 1.1.2.2 2008/08/19 15:09:32 eastcn Exp $
3 ?>
4 <?php drupal_set_header('Content-Type: text/xml; charset=utf-8'); ?>
5 <?php echo '<?xml version="1.0" encoding="UTF-8"?>';?>
6 <gallery>
7 <!--
8 Author : G.S.Navin Raj Kumar
9 URL : http://dezinerfolio.com
10 Date : 14-June-2007
11 Version : 1.0b
12
13 PLEASE READ THE DOCUMENTATION CAREFULLY BEFORE MODIFYING THIS FILE.
14 -->
15 <!-- configure the gallery in this xml-node -->
16 <config>
17 <title><?php print $content['title']; ?></title>
18 <slideshow_interval>5</slideshow_interval>
19 <pause_slideshow>false</pause_slideshow>
20 <rss_scale_images>true</rss_scale_images>
21 <background_music_volume>50</background_music_volume>
22 <link_images>true</link_images>
23 <disable_menu_system>false</disable_menu_system>
24 <disable_titles>false</disable_titles>
25 <disable_printscreen>false</disable_printscreen>
26 </config>
27 <albums>
28 <?php print $content['xml']; ?>
29 </albums>
30 <!-- language support added in v 1.0b -->
31 <language>
32 <string id="please wait" value="<?php print t('Please wait');?>" />
33 <string id="loading" value="<?php print t('Loading');?>" />
34 <string id="previous page" value="<?php print t('Previous Page');?>" />
35 <string id="page % of %" value="Page % of %" />
36 <string id="next page" value="<?php print t('Next Page');?>" />
37 </language>
38 </gallery>

  ViewVC Help
Powered by ViewVC 1.1.2