mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
parent
c3884f407f
commit
0e21093268
2 changed files with 4 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
<?php echo $xml->header(); ?>
|
||||
<?php echo $content_for_layout; ?>
|
||||
<?php echo '<?xml version="1.0" encoding="' . Configure::read('App.encoding') . '"?>'; ?>
|
||||
<?php echo $content_for_layout; ?>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<?php echo $this->Xml->header(); ?>
|
||||
<?php echo $content_for_layout; ?>
|
||||
<?php echo '<?xml version="1.0" encoding="' . Configure::read('App.encoding') . '"?>'; ?>
|
||||
<?php echo $content_for_layout; ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue