[9.0.03] remove ?> end of some php file

This commit is contained in:
fredtempez 2019-03-08 11:22:19 +01:00
parent 3537e9baee
commit 48dde98cbc
15 changed files with 15 additions and 29 deletions

View File

@ -3193,5 +3193,4 @@ class template {
// Retourne le html // Retourne le html
return $html; return $html;
} }
} }
?>

View File

@ -290,4 +290,4 @@
<?php $layout->showAnalytics(); ?> <?php $layout->showAnalytics(); ?>
<?php $layout->showScript(); ?> <?php $layout->showScript(); ?>
</body> </body>
</html> </html>

View File

@ -305,5 +305,4 @@ class configHelper extends helper {
return $dirContent; return $dirContent;
} }
} }
?>

View File

@ -195,4 +195,4 @@
</div> </div>
</div> </div>
</div> </div>
<?php echo template::formClose(); ?> <?php echo template::formClose(); ?>

View File

@ -194,5 +194,4 @@ class install extends common {
'view' => 'update' 'view' => 'update'
]); ]);
} }
} }
?>

View File

@ -30,5 +30,4 @@ class maintenance extends common {
]); ]);
} }
} }
?>

View File

@ -314,5 +314,4 @@ class page extends common {
} }
} }
} }
?>

View File

@ -29,5 +29,4 @@ class sitemap extends common {
]); ]);
} }
} }
?>

View File

@ -557,6 +557,4 @@ class theme extends common {
} }
return ($zipFilename); return ($zipFilename);
} }
}
}
?>

View File

@ -425,5 +425,4 @@ class user extends common {
]); ]);
} }
} }
} }
?>

View File

@ -386,5 +386,4 @@ class blog extends common {
]); ]);
} }
} }
} }
?>

View File

@ -370,5 +370,4 @@ class form extends common {
'view' => 'index', 'view' => 'index',
]); ]);
} }
} }
?>

View File

@ -302,5 +302,4 @@ class galleriesHelper extends helper {
} }
return $dirContent; return $dirContent;
} }
} }
?>

View File

@ -236,5 +236,4 @@ class news extends common {
'view' => 'index' 'view' => 'index'
]); ]);
} }
} }
?>

View File

@ -70,5 +70,4 @@ class redirection extends common {
]); ]);
} }
} }
} }
?>