1er commit

Theme zenphoto
This commit is contained in:
2016-10-20 20:07:26 +02:00
commit 5cbd6357ed
81 changed files with 8984 additions and 0 deletions

60
contact.php Normal file
View File

@@ -0,0 +1,60 @@
<?php include ("header.php"); ?>
<div id="main">
<div class="center_albums">
<div id="headline">
<h3>
<!-- ZP 1.4.6: html_encode(getGalleryIndexURL()) remplace htmlspecialchars(getGalleryIndexURL(false)) -->
<a href="<?php echo htmlspecialchars(getGalleryIndexURL());?>" title="<?php gettext('Albums Index'); ?>"><?php echo getGalleryTitle(); ?></a>
&raquo; <?php echo gettext("Contact..."); ?>
</h3>
</div>
<div id="slideshowlink">
</div>
</div> <!-- /center_albums -->
<p class="clear"></p>
<div class="center_search">
<div class="post">
<?php if (function_exists('printContactForm')) { printContactForm(); } else { ?>
<p><?php echo gettext('The Contact Form plugin has not been activated.'); ?></p>
<?php } ?>
</div>
</div> <!-- /center_search -->
<div id="sidebar">
<?php printSearchForm( '','searchform','',gettext('OK'),"$_zp_themeroot/images/drop.gif",null,null,"$_zp_themeroot/images/reset.gif" ); ?>
<p class="titreBar margeTop"><?php echo gettext('Popular Tags'); ?></p>
<div id="tag_cloud">
<?php
printAllTagsAs('cloud','csstag','results',true,true,$maxfontsize = 2,$maxcount = 50, $mincount = 2,$limit = NULL, $minfontsize = 0.8);
?>
</div>
</div>
<div class="paging">
<?php if ( (getPrevPageURL()) || (getNextPageURL()) ) { ?>
<?php //printPageListWithNav( gettext('&lsaquo; Previous'),gettext('Next &rsaquo;'),false,'true','pagelist','',true,'5' ); ?>
<?php } ?>
<?php if (function_exists('printAlbumMenu')) { ?>
<div id="albumjump">
<?php printAlbumMenu('jump',true); ?>
</div>
<?php } ?>
</div>
</div>
<?php include("footer.php"); ?>