forked from ZwiiCMS-Team/ZwiiCMS
[9.0.03] remove ?> end of some php file
This commit is contained in:
parent
3537e9baee
commit
48dde98cbc
@ -3193,5 +3193,4 @@ class template {
|
||||
// Retourne le html
|
||||
return $html;
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
@ -290,4 +290,4 @@
|
||||
<?php $layout->showAnalytics(); ?>
|
||||
<?php $layout->showScript(); ?>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
@ -305,5 +305,4 @@ class configHelper extends helper {
|
||||
return $dirContent;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
@ -195,4 +195,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php echo template::formClose(); ?>
|
||||
<?php echo template::formClose(); ?>
|
@ -194,5 +194,4 @@ class install extends common {
|
||||
'view' => 'update'
|
||||
]);
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
@ -30,5 +30,4 @@ class maintenance extends common {
|
||||
]);
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
@ -314,5 +314,4 @@ class page extends common {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
@ -29,5 +29,4 @@ class sitemap extends common {
|
||||
]);
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
@ -557,6 +557,4 @@ class theme extends common {
|
||||
}
|
||||
return ($zipFilename);
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
@ -425,5 +425,4 @@ class user extends common {
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
@ -386,5 +386,4 @@ class blog extends common {
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
@ -370,5 +370,4 @@ class form extends common {
|
||||
'view' => 'index',
|
||||
]);
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
@ -302,5 +302,4 @@ class galleriesHelper extends helper {
|
||||
}
|
||||
return $dirContent;
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
@ -236,5 +236,4 @@ class news extends common {
|
||||
'view' => 'index'
|
||||
]);
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
@ -70,5 +70,4 @@ class redirection extends common {
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
Loading…
Reference in New Issue
Block a user