[guadec-web/guadec2017] Initial commit for guadec2017 branch
- From: Oliver Gutierrez Suarez <ogutierrez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [guadec-web/guadec2017] Initial commit for guadec2017 branch
- Date: Thu, 15 Jun 2017 12:44:20 +0000 (UTC)
commit e37fdbb89c6a222d7036d11bced4645ec59b7813
Author: Oliver Gutierrez <ogutierrez redhat com>
Date: Thu Jun 15 13:34:55 2017 +0100
Initial commit for guadec2017 branch
guadec-web.doap | 25 ---
guadec/access-register.php | 309 ------------------------------
guadec/confirm-payment.php | 404 ----------------------------------------
guadec/footer.php | 27 ---
guadec/header.php | 56 ------
guadec/images/logo.png | Bin 11466 -> 0 bytes
guadec/images/skyline.png | Bin 3338 -> 0 bytes
guadec/ipn.php | 138 --------------
guadec/ipnlistener.php | 337 ---------------------------------
guadec/js/calculate-total.js | 214 ---------------------
guadec/js/calculate.php | 84 ---------
guadec/js/jquery-1.10.2.min.js | 6 -
guadec/participants.php | 19 --
guadec/pricing.php | 49 -----
guadec/style.css | 182 ------------------
guadec2017wp/functions.php | 23 +++
guadec2017wp/style.css | 13 ++
17 files changed, 36 insertions(+), 1850 deletions(-)
---
diff --git a/guadec2017wp/functions.php b/guadec2017wp/functions.php
new file mode 100644
index 0000000..92cdbe4
--- /dev/null
+++ b/guadec2017wp/functions.php
@@ -0,0 +1,23 @@
+<?php
+
+$parent_style = 'twentyfifteen-style';
+
+add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
+function my_theme_enqueue_styles() {
+ wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
+
+}
+
+function my_theme_enqueue_styles() {
+
+ $parent_style = 'parent-style'; // This is 'twentyfifteen-style' for the Twenty Fifteen theme.
+
+ wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
+ wp_enqueue_style( 'child-style',
+ get_stylesheet_directory_uri() . '/style.css',
+ array( $parent_style ),
+ wp_get_theme()->get('Version')
+ );
+}
+add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
+?>
diff --git a/guadec2017wp/style.css b/guadec2017wp/style.css
new file mode 100644
index 0000000..c8419a3
--- /dev/null
+++ b/guadec2017wp/style.css
@@ -0,0 +1,13 @@
+/*
+ Theme Name: GUADEC 2017 theme
+ Theme URI: https://2017.guadec.org/
+ Description: GUADEC 2017 theme (child of Sensible WP theme)
+ Author: GUADEC
+ Author URI: https://2017.guadec.org/
+ Template: sensible-wp
+ Version: 1.0.0
+ License: GNU General Public License v2 or later
+ License URI: http://www.gnu.org/licenses/gpl-2.0.html
+ Tags: gnome, guadec2017
+ Text Domain: guadec2017
+*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]