Merge branch 'feature/article' of https://codefirst.iut.uca.fr/git/roxane.rossetto/Php_RSS into feature/article

feature/article
Roxane ROSSETTO 1 year ago
commit 90a0708218

@ -1,7 +1,7 @@
<?php
//chargement config
require_once __DIR__ . '/config/config.php';
require_once __DIR__ . '/src/config/config.php';
require __DIR__ . '/vendor/autoload.php';

@ -6,13 +6,11 @@
</head>
<body>
{% for value in dVue.data %}
<p>
{% for article in value}
{% for article in value %}
<p>
{{article}}
</p>
{% endfor %}
</p>
{% endfor %}
</body>
</html>
Loading…
Cancel
Save