Subversion Repositories Sites.tela-botanica.org

Rev

Rev 828 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 828 Rev 948
Line 45... Line 45...
45
									$date_string .= ' '.$GLOBALS['mois'][date('n',  $date)];
45
									$date_string .= ' '.$GLOBALS['mois'][date('n',  $date)];
46
									$date_string .= ' '.date ('Y', $date);
46
									$date_string .= ' '.date ('Y', $date);
47
								?>
47
								?>
48
								<h3><a href="<?=$page['url']?>" class="lien_ext"><?=$titre_page?></a></h3>
48
								<h3><a href="<?=$page['url']?>" class="lien_ext"><?=$titre_page?></a></h3>
49
								<p><?=$page['description']?></p> 
49
								<p><?=$page['description']?></p> 
50
  								<a title="Voir le projet" href="<?=$page['url']?>"> <span class="vertpetit petitcarre voirSuite">Voir le projet</span></a></p>
50
  								<a title="Voir le projet" href="<?=$page['url']?>"> <span class="lire-suite">Voir le projet</span></a></p>
51
							</div>
51
							</div>
52
						</div>
52
						</div>
53
    				<?php endforeach; ?>
53
    				<?php endforeach; ?>
54
  				<?php endforeach; ?>
54
  				<?php endforeach; ?>
55
  				<?php if (isset($site['voirsuite'])) : ?>
55
  				<?php if (isset($site['voirsuite'])) : ?>
56
  					<span class="lireTout gris puceFleche"><a class="orange" href="<?=$site['url']?>"><?=$site['voirsuite']?></a></span>
56
  					<span class="voir-tout"><a class="orange" href="<?=$site['url']?>"><?=$site['voirsuite']?></a></span>
57
  				<?php endif; ?>
57
  				<?php endif; ?>
58
				</div>
58
				</div>
59
		<?php endif; ?>
59
		<?php endif; ?>
60
	</div>
60
	</div>