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 <?php
//chargement config //chargement config
require_once __DIR__ . '/config/config.php'; require_once __DIR__ . '/src/config/config.php';
require __DIR__ . '/vendor/autoload.php'; require __DIR__ . '/vendor/autoload.php';

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