示例#1
0
		</section>    
	</div>


	<div id="page-col-right">
		<aside id="page-sidebar">
			<h3>Pages</h3>
			<nav>
			<?php 
echo mh_sidebar_nav();
?>
			</nav>
			
			<!-- Grab some recent images for the image tile montage -->
			<?php 
mh_display_recent_item(10);
?>
			
		</aside>	
	</div>	

</article>
</div> <!-- end content -->

<div id="share-this" class="browse">
<?php 
echo mh_share_this();
?>
</div>
<?php 
echo foot();
示例#2
0
	
	</div><!-- end primary -->
	
	<div id="page-col-right">
		<aside id="page-sidebar">
			
			<!-- Grab some recent images for the image tile montage -->
			<?php 
mh_display_recent_item(10);
?>
			
		</aside>	
	</div>		
	
		


</article>


<div id="share-this" class="browse">
<?php 
echo mh_share_this('File');
?>
</div>	

</div> <!-- end content -->


<?php 
echo foot();
		        <?php 
set_exhibit_pages_for_loop_by_exhibit();
?>
		        <?php 
foreach (loop('exhibit_page') as $exhibitPage) {
    ?>
		        <?php 
    echo exhibit_builder_page_summary($exhibitPage);
    ?>
		        <?php 
}
?>
		    </ul>
		</nav>

	
	</div>	
		
<div id="share-this" class="show">
<?php 
echo mh_share_this('Exhibit');
?>
</div>

</article>
</div> <!-- end content -->



<?php 
echo foot();
?>
	
    
	</section>
    </div>

	<div id="page-col-right">
	<?php 
if (function_exists('mh_display_recent_item') && $tourimg < 10) {
    // if there aren't 10 tour images to fill out the collage, grab some item images to fill it out
    $num = 10 - $tourimg;
    mh_display_recent_item($num);
}
?>
	</div>	
	
	<div class="pagination bottom"><?php 
echo pagination_links();
?>
</div>

</section>
</div> <!-- end content -->


<?php 
echo function_exists('mh_share_this') ? '<div id="share-this" class="browse">' . mh_share_this() . '</div>' : null;
?>

<?php 
echo foot();
	<div id="primary" class="show" role="main">

    
	<h1>Thank You for Contributing!</h1>
	<p id="thanks">Thank you for sharing your garden story. We will review your submission and you will receive an email confirmation when your story appears on the Community of Gardens website, typically within 3-5 business days. Meanwhile, feel free to <?php 
echo contribution_link_to_contribute('make another contribution');
?>
 or <a href="<?php 
echo url('items/browse');
?>
">browse the archive</a>.</p>
<p id="cta">Do you know someone in your community with a garden story to share? Tell a friend about Community of Gardens.</p>
<div id="share-this" class="submission-share-cta">
<?php 
echo mh_share_this('Site', 'var addthis_share ={"url":"https://communityofgardens.si.edu/"}');
?>
</div>
</div>


	<div id="page-col-right">
		<aside id="page-sidebar">

		</aside>	
	</div>	



</article>
</div> <!-- end content -->