-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
executable file
·22 lines (20 loc) · 981 Bytes
/
contact.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php include ("inc-header.php"); ?>
<div id="breadcrumbs">
<h2><a href="<?php echo html_encode(getGalleryIndexURL());?>" title="<?php echo gettext('Home'); ?>"><?php echo gettext('Home'); ?></a> » <a href="<?php echo getCustomPageURL('gallery'); ?>" title="<?php echo gettext('Gallery Index'); ?>"><?php echo gettext('Gallery Index'); ?></a> » <?php echo gettext('Contact'); ?></h2>
</div>
</div> <!-- close #header -->
<div id="content">
<div id="main"<?php if ($zpmin_switch) echo ' class="switch"'; ?>>
<div id="random-image">
<?php printRandomImages(1,null,'all','',190,225,true); ?>
</div>
<?php printContactForm(); ?>
</div>
<div id="sidebar"<?php if ($zpmin_switch) echo ' class="switch"'; ?>>
<div class="sidebar-divide">
<?php printGalleryDesc(true); ?>
</div>
<?php include ("inc-sidemenu.php"); ?>
</div>
</div>
<?php include ("inc-footer.php"); ?>