Subversion Repositories Applications.gtt

Rev

Rev 122 | Rev 138 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 122 Rev 126
Line 28... Line 28...
28
 
28
 
29
		// Construction du Calendrier
29
		// Construction du Calendrier
Line 30... Line 30...
30
		$Calendrier = new Calendrier();
30
		$Calendrier = new Calendrier();
-
 
31
		
31
		
32
		// Construction de l'url pour les mois précédent/suivant
32
		// Construction de l'url pour les mois précédent/suivant
33
		$aso_stat['url_mois_courant'] = 'index.php?action='.GTT_ACTION_STAT_TAB_GLOB.'&annee='.$Month->thisYear().'&mois='.$Month->thisMonth();
33
		$PMonth = $Month->prevMonth('object');
34
		$PMonth = $Month->prevMonth('object');
34
		$aso_stat['url_mois_precedent'] = 'index.php?action='.GTT_ACTION_STAT_TAB_GLOB.'&annee='.$PMonth->thisYear().'&mois='.$PMonth->thisMonth();
35
		$aso_stat['url_mois_precedent'] = 'index.php?action='.GTT_ACTION_STAT_TAB_GLOB.'&annee='.$PMonth->thisYear().'&mois='.$PMonth->thisMonth();
35
		$NMonth = $Month->nextMonth('object');
36
		$NMonth = $Month->nextMonth('object');