equal
deleted
inserted
replaced
6 * People still do this? ;) |
6 * People still do this? ;) |
7 */ |
7 */ |
8 |
8 |
9 include_once dirname(__FILE__).'/common.php'; |
9 include_once dirname(__FILE__).'/common.php'; |
10 include_once dirname(__FILE__).'/'.$C_default_rep.'/config.php'; |
10 include_once dirname(__FILE__).'/'.$C_default_rep.'/config.php'; |
|
11 |
|
12 set_config_translations($config,$translate); |
11 |
13 |
12 |
14 |
13 /** |
15 /** |
14 * Do we already have a valid Access Token or need to go get one? |
16 * Do we already have a valid Access Token or need to go get one? |
15 */ |
17 */ |
173 <p style="width:400px;padding-right:400px;" class="slideText"> |
175 <p style="width:400px;padding-right:400px;" class="slideText"> |
174 <?php print $translate->_("3. TextSlide"); ?> |
176 <?php print $translate->_("3. TextSlide"); ?> |
175 </p> |
177 </p> |
176 </div> |
178 </div> |
177 <!-- fourth slide --> |
179 <!-- fourth slide --> |
178 <div class="slides" style="background-image:url('<?php echo("$C_default_rep/$config[slide_background]"); ?>');"> |
180 <div class="slides" style="background-image:url('<?php echo("$C_default_rep/".$translate->_("config__slide_background")); ?>');"> |
179 <p class="slideTitle" ><?php print $translate->_("4. TitreSlide"); ?></p> |
181 <p class="slideTitle" ><?php print $translate->_("4. TitreSlide"); ?></p> |
180 <br/><br/><br/> |
182 <br/><br/><br/> |
181 <p style="width:400px;padding-right:400px;" class="slideText"> |
183 <p style="width:400px;padding-right:400px;" class="slideText"> |
182 <?php print($translate->_($config['abstract'])); ?> |
184 <?php print($translate->_('config__abstract')); ?> |
183 </p> |
185 </p> |
184 |
186 |
185 <a class="button_b" href="<?php echo(URL_ROOT.$C_default_rep); ?>/client.php"><span> <?php print $translate->_("4. Button"); ?></span> </a> |
187 <a class="button_b" href="<?php echo(URL_ROOT.$C_default_rep); ?>/client.php"><span> <?php print $translate->_("4. Button"); ?></span> </a> |
186 |
188 |
187 </div> |
189 </div> |