diff --git a/templates/page.tpl.php b/templates/page.tpl.php
index 5998eba..aee963a 100644
--- a/templates/page.tpl.php
+++ b/templates/page.tpl.php
@@ -161,9 +161,14 @@
             
             <div class="clear"></div>
             
-            <div id="credits">2012 Your Site - This is a Free Drupal Theme<br/>
-            Ported to Drupal for the Open Source Community by <a href="http://www.drupalizing.com" target="_blank">Drupalizing</a>, a Project of <a href="http://www.morethanthemes.com" target="_blank">More than (just) Themes</a>. Original design by <a href="http://www.simplethemes.com/" target="_blank">Simple Themes</a>.
-            </div>
+			<div id="credits">
+				<?php print(date('Y') . ' ');?>
+				<?php if (!empty($site_name)):?>
+					<?php print $site_name;?>
+					 - This is a Free Drupal Theme<br/>
+				<?php endif;?>
+				Ported to Drupal for the Open Source Community by <a href="http://www.drupalizing.com" target="_blank">Drupalizing</a>, a Project of <a href="http://www.morethanthemes.com" target="_blank">More than (just) Themes</a>. Original design by <a href="http://www.simplethemes.com/" target="_blank">Simple Themes</a>.
+			</div>
         
         </div>
     </div>
