aboutsummaryrefslogtreecommitdiffstats
path: root/sidebar.php
diff options
context:
space:
mode:
authorHeckyel <heckyel@openmailbox.org>2017-02-20 19:28:35 -0500
committerHeckyel <heckyel@openmailbox.org>2017-02-20 19:28:35 -0500
commit7f5cb4effd041e1c86aa3e4847bac78e0498389d (patch)
tree9c482cd674f48dc2a4dd9ba80dc21ffa183bfeb5 /sidebar.php
downloadlidra-theme-7f5cb4effd041e1c86aa3e4847bac78e0498389d.tar.lz
lidra-theme-7f5cb4effd041e1c86aa3e4847bac78e0498389d.tar.xz
lidra-theme-7f5cb4effd041e1c86aa3e4847bac78e0498389d.zip
primera versión
Diffstat (limited to 'sidebar.php')
-rw-r--r--sidebar.php40
1 files changed, 40 insertions, 0 deletions
diff --git a/sidebar.php b/sidebar.php
new file mode 100644
index 0000000..b782508
--- /dev/null
+++ b/sidebar.php
@@ -0,0 +1,40 @@
+<?php
+printf(
+'<aside class="sidebar col-md-4">
+ <div class="widget redes-sociales-libres">
+ <div class="titulo-seccion">
+ <h3>Redes Sociales Libres</h3>
+ <div class="redes-sociales-libres">
+ <a href="https://gnusocial.net/" target="_blank" class="gnusocial">
+ <i class="icono icon-gnusocial"></i>
+ <span class="delta-ru">gnusocial</span>
+ </a>
+ <a href="https://podupti.me/" target="_blank" class="diaspora">
+ <i class="icono icon-diaspora"></i>
+ <span class="delta-ru">diaspora*</span>
+ </a>
+ </div>
+ </div>
+ </div>
+
+ <div class="widget boletin">
+ <div class="titulo-seccion">
+ <h3>Suscríbete</h3>
+ <form class="formulario" action="index.html" method="post">
+ <label for="email-rss">Suscribete a nuestro boletín</label>
+ <input type="email" id="email-rss" name="#" placeholder="Correo Electrónico" required>
+ <input type="submit" value="Enviar">
+ </form>
+ </div>
+ </div>
+
+ <div class="widget no-facebook">
+ <div class="contenedor-no-facebook">
+ <a href="https://www.fsf.org/fb" target="_blank"><img class="img-thumbnail" src="' . get_bloginfo('template_url') . '/img/not-fd.svg" alt="no-facebook"></a>
+ </div>
+ </div>');
+ if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar') ) : endif;
+printf(
+'</aside>
+</div>
+</div>');