Skip to content
Snippets Groups Projects

Fix candidates images

Merged Alex requested to merge candidates into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -74,8 +74,8 @@ $routes->add('press/(:any)', 'Specialpage::getFile/kit_presse/$1');
$routes->add('weppMarseille2023', 'Specialpage::weppSchedule/marseille2023');
$routes->add('candidates/pdf/(:any)', 'Specialpage::showPage/candidats/pdf');
$routes->add('candidates/pdf', 'Specialpage::showPage/candidats/pdf');
$routes->add('candidates', 'Specialpage::showPage/candidats');
$routes->add('candidates/(:any)', 'Specialpage::showPage/candidats/$1');
$routes->add('candidates', 'Specialpage::showPage/candidats');
$routes->add('feed', 'Article::rss');
$routes->add('blog/rss.html', 'Article::rss');
Loading