Beispiel #1
0
<?php

echo head();
?>
<div id="primary">
	<h1><?php 
echo __("Thank you for contributing!");
?>
</h1>
	<p><?php 
echo __("Your contribution will show up in the archive once an administrator approves it. Meanwhile, feel free to %s or %s .", contribution_link_to_contribute(__('make another contribution')), "<a href='" . url('items/browse') . "'>" . __('browse the archive') . "</a>");
?>
	</p>
	<?php 
if (get_option('contribution_simple') && !current_user()) {
    ?>
	<p><?php 
    echo __("If you would like to interact with the site further, you can use an account that is ready for you. Visit %s, and request a new password for the email you used", "<a href='" . url('users/forgot-password') . "'>" . __('this page') . "</a>");
    ?>
	<?php 
}
?>
</div>
<?php 
echo foot();
<div id="content">
<article class="page show">

	<div id="page-col-left">
		<aside>
		<!-- add left sidebar content here -->
		</aside>
	</div>


	<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">