0){
foreach($tabStyles as $name => $group){
if( in_array('all', $group['pages']) || in_array($page, $group['pages']) ){
if(ENVIRONNEMENT == 'DEV' || $force){
foreach($group['list'] as $style){
print '';
print "\n";
}
}else{
print '';
print "\n";
}
}
}
}
if(isset($tabScripts) && count($tabScripts)>0){
foreach($tabScripts as $name => $group){
if(in_array('all', $group['pages']) || in_array($page, $group['pages'])){
if(ENVIRONNEMENT == 'DEV' || $force){
foreach($group['list'] as $script){
print '';
print "\n";
}
}else{
print '';
print "\n";
}
}
}
}