Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <?php
-
- /**
- * Footer
- *
- * possible other classNames for site-footer:
- * - color-scheme-dark
- * - color-scheme-light (should be default not necessary)
- */
-
- ?><footer id="site-footer" class="site-footer site-container">
- <div class="inner">
- <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer') ) : // begin secondary sidebar widgets ?>
- <div class="content"><p><?php echo date('Y'); ?> Theme <a href="http://sandbox.service4me.org" target="_blank">sandbox</a> by <a href="http://www.service4me.at">service4me</a> and <a href="http://www.netzgestaltung.at" target="_blank">Netzgestaltung</a> under <a href="https://github.com/service4me/sandbox-drupal7-theme/blob/master/LICENSE" target="_blank">GPLv3</a></p></div>
- <?php endif; // end primary sidebar widgets ?>
- <?php get_sidebar('footer-bar'); ?>
- </div>
- </footer>
|