diff options
| author | 2013-12-28 00:31:52 +0100 | |
|---|---|---|
| committer | 2013-12-28 00:31:52 +0100 | |
| commit | 2063f967c63cab8bed30c8db44490a6531d4cb5d (patch) | |
| tree | 7d5945d204f835b938ab6574841e34c9b60541b2 /app/views/configure/importExport.phtml | |
| parent | 3273fee15e8d944debfaafd025c67c2ac514905d (diff) | |
Création de lib_opml pour alléger lib_rss
Et suppression de fonctions inutilisées
Diffstat (limited to 'app/views/configure/importExport.phtml')
| -rw-r--r-- | app/views/configure/importExport.phtml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/views/configure/importExport.phtml b/app/views/configure/importExport.phtml index 29a0a682b..e2217d9ed 100644 --- a/app/views/configure/importExport.phtml +++ b/app/views/configure/importExport.phtml @@ -1,5 +1,8 @@ -<?php if ($this->req == 'export') { ?> -<?php echo '<?xml version="1.0" encoding="UTF-8" ?>'; // résout bug sur certain serveur ?> +<?php +require_once(LIB_PATH . '/lib_opml.php'); +if ($this->req == 'export') { + echo '<?xml version="1.0" encoding="UTF-8" ?>'; +?> <!-- Generated by <?php echo Minz_Configuration::title (); ?> --> <opml version="2.0"> <head> |
