cakephp2-php8/lib/Cake/Test/test_app/View/Layouts/xml/default.ctp

3 lines
125 B
Text
Raw Normal View History

<?php echo '<?xml version="1.0" encoding="' . Configure::read('App.encoding') . '"?>'; ?>
<?php echo $content_for_layout; ?>