This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
166 lines (134 loc) · 6.86 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<?php
/**
* The main template file. Includes the loop.
*
*
* @package Customizr
* @since Customizr 1.0
*/
define('STREAMING_HOME_ACTIVATED', FALSE);
?>
<?php do_action( '__before_main_wrapper' ); ##hook of the header with get_header ?>
<div id="main-wrapper" class="<?php echo tc__f( 'tc_main_wrapper_classes' , 'container' ) ?>">
<div id="highlight-zone">
<?php do_action('__starting_highlight'); ?>
<?php if (is_front_page()) { ?>
<?php if (STREAMING_HOME_ACTIVATED){ ?>
<div class="video-zone">
<div class="inner">
<h2><?php _e("Live on the Guanyem Streaming Channel", "guanyem"); ?></h2>
<iframe src="https://embed.bambuser.com/channel/Guanyem" width="320" height="240" frameborder="0">Your browser does not support iframes.</iframe>
<p></p>
</div>
</div>
<?php }else{ ?>
<?php
// the post video
$video_id = get_field('video_youtube_id');
$video_title = get_field('video_title');
$video_lead = get_field('video_lead');
if (isset($video_id) && $video_id != ''){ ?>
<div class="video-zone">
<div class="inner">
<?php if (isset($video_title)){ ?>
<h2><?php echo $video_title; ?></h2>
<?php } ?>
<iframe width="320" height="180" src="//www.youtube.com/embed/<?php echo $video_id; ?>?autoplay=0&showinfo=0&controls=0" frameborder="0" allowfullscreen></iframe>
<?php if (isset($video_lead)){ ?>
<p><?php echo $video_lead; ?></p>
<?php } ?>
</div>
</div>
<?php } ?>
<?php } ?>
<?php } ?>
</div>
<?php if (is_front_page()) { ?>
<?php if (ICL_LANGUAGE_CODE=='ca'){ ?>
<div class="container marketing">
<div class="row widget-area" role="complementary">
<div class="span4 fp-one">
<div class="content">
<h2>Com puc participar?</h2>
<p class="fp-text-one">Guanyem Barcelona és un procés de construcció col·lectiva en què s'hi pot implicar tothom.
Busquem el suport de la ciutadania, la complicitat dels barris i la col·laboració dels col·lectius.
Us expliquem com i quan. </p>
<a class="btn btn-primary fp-button" href="/participa/" title="Com puc participar?">Implica-t'hi </a>
</div><!-- /.widget-front -->
</div>
<div class="span4 fp-two">
<div class="content">
<h2>Per què volem guanyar Barcelona?</h2>
<p class="fp-text-two">Estem perdent Barcelona i volem recuperar-la. Per aconseguir-ho, cal que arrenquem un procés que no parteixi
d'un programa electoral tancat i que ens permeti treballar a partir d'objectius concrets. Aquests són els principis bàsics que defensem. </p>
<a class="btn btn-primary fp-button" href="/compromisos/" title="Per què volem guanyar Barcelona?">Llegeix </a>
</div><!-- /.widget-front -->
</div>
<div class="span4 fp-three">
<div class="content">
<?php include 'inc/marketing_blog_articles.php'; ?>
</div><!-- /.widget-front -->
</div>
</div>
</div><!-- .container -->
<?php }elseif(ICL_LANGUAGE_CODE=='es'){ ?>
<div class="container marketing">
<div class="row widget-area" role="complementary">
<div class="span4 fp-one">
<div class="content">
<h2>¿Cómo puedo participar?</h2>
<p class="fp-text-one">Guanyem Barcelona es un proceso de construcción colectiva en el que todos se pueden implicar.
Buscamos el apoyo de la ciudadanía, la complicidad de los barrios y la colaboración de los colectivos. Os explicamos cómo y cuándo.</p>
<a class="btn btn-primary fp-button" href="/es/participa/" title="Com puc participar?">Implícate </a>
</div><!-- /.widget-front -->
</div>
<div class="span4 fp-two">
<div class="content">
<h2>¿Por qué queremos ganar Barcelona?</h2>
<p class="fp-text-two">Estamos perdiendo Barcelona y queremos recuperarla.
Para conseguirlo, debemos iniciar un proceso que no parta de un programa electoral cerrado y que nos permita trabajar a partir de objetivos concretos.
Éstos son los principios básicos que defendemos. </p>
<a class="btn btn-primary fp-button" href="/es/compromisos/" title="Per què volem guanyar Barcelona?">Lee </a>
</div><!-- /.widget-front -->
</div>
<div class="span4 fp-three">
<div class="content">
<?php include 'inc/marketing_blog_articles.php'; ?>
</div><!-- /.widget-front -->
</div>
</div>
</div><!-- .container -->
<?php } ?>
<?php } ?>
<div class="container" role="main">
<div class="<?php echo tc__f( 'tc_column_content_wrapper_classes' , 'row column-content-wrapper' ) ?>">
<?php do_action( '__before_article_container'); ##hook of left sidebar?>
<div id="content" class="<?php echo tc__f( '__screen_layout' , tc__f ( '__ID' ) , 'class' ) ?> article-container">
<?php include 'inc/sharing.php'; ?>
<?php do_action ('__before_loop');##hooks the header of the list of post : archive, search... ?>
<?php if ( tc__f('__is_no_results') || is_404() ) : ##no search results or 404 cases ?>
<article <?php tc__f('__article_selectors') ?>>
<?php do_action( '__loop' ); ?>
</article>
<?php endif; ?>
<?php if ( have_posts() && !is_404() ) : ?>
<?php while ( have_posts() ) : ##all other cases for single and lists: post, custom post type, page, archives, search, 404 ?>
<?php the_post(); ?>
<?php do_action ('__before_article') ?>
<article <?php tc__f('__article_selectors') ?>>
<?php do_action( '__loop' ); ?>
</article>
<?php do_action ('__after_article') ?>
<?php endwhile; ?>
<?php endif; ##end if have posts ?>
<?php do_action ('__after_loop');##hook of the comments and the posts navigation with priorities 10 and 20 ?>
<?php if (is_front_page()) { ?>
<?php include 'inc/home_posts.php'; ?>
<?php } ?>
</div><!--.article-container -->
<?php do_action( '__after_article_container'); ##hook of left sidebar ?>
</div><!--.row -->
</div><!-- .container role: main -->
<?php do_action( '__after_main_container' ); ?>
</div><!--#main-wrapper"-->
<?php do_action( '__after_main_wrapper' );##hook of the footer with get_get_footer ?>