diff --git a/css/styles.css b/css/styles.css index d440b9a..f557c67 100644 --- a/css/styles.css +++ b/css/styles.css @@ -228,7 +228,7 @@ h3 small { /* Navigation */ nav { position: relative; - height: 84px; + height: 81px; background: url("../img/navbg.jpg") repeat-x; } nav ul { diff --git a/functions.php b/functions.php index 4cc3b5a..41c624f 100644 --- a/functions.php +++ b/functions.php @@ -342,4 +342,5 @@ if (function_exists("pll_register_string")) { pll_register_string('normal_quality','NORMAL_QUALITY'); pll_register_string('high_quality','HIGH_QUALITY'); pll_register_string('all_streams','ALL_STREAMS'); + pll_register_string('tba','TBA'); } diff --git a/header.php b/header.php index 35b9be6..fdacd77 100644 --- a/header.php +++ b/header.php @@ -35,6 +35,6 @@ if(openfest_home_page()){ $blog_details = get_blog_details(); $blog_slug = str_replace('/', '', $blog_details->path); - echo ''; + echo ''; } ?> diff --git a/img/banner-back-2014.jpg b/img/banner-back-2014.jpg new file mode 100644 index 0000000..3fef1c2 Binary files /dev/null and b/img/banner-back-2014.jpg differ diff --git a/img/banner-back-2015.jpg b/img/banner-back-2015.jpg new file mode 100644 index 0000000..3fef1c2 Binary files /dev/null and b/img/banner-back-2015.jpg differ diff --git a/img/banner-back-2016.jpg b/img/banner-back-2016.jpg new file mode 100644 index 0000000..a23f119 Binary files /dev/null and b/img/banner-back-2016.jpg differ diff --git a/img/banner-bg-2016.png b/img/banner-bg-2016.png new file mode 100644 index 0000000..281f0b7 Binary files /dev/null and b/img/banner-bg-2016.png differ diff --git a/img/banner-en-2016.png b/img/banner-en-2016.png new file mode 100644 index 0000000..015df28 Binary files /dev/null and b/img/banner-en-2016.png differ diff --git a/page-schedule.php b/page-schedule.php index 77f5cda..702f3e6 100644 --- a/page-schedule.php +++ b/page-schedule.php @@ -4,7 +4,6 @@ get_header(); wp_nav_menu( array( 'theme_location' => 'footer-schedule', 'container_class' => 'content subnav cf' ) ); require("schedule-config.php"); - $content = require __DIR__ . DIRECTORY_SEPARATOR . 'schedule' . DIRECTORY_SEPARATOR . 'parse.php'; //var_dump($data); ?> @@ -12,7 +11,8 @@ $content = require __DIR__ . DIRECTORY_SEPARATOR . 'schedule' . DIRECTORY_SEPARA