Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <?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>
|