Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Frakass.jsx
Accessibilité
Commits
72cbb363
Commit
72cbb363
authored
Dec 06, 2021
by
QuentiumYT
Browse files
Fix la merde de solène
parent
98978ade
Changes
1
Hide whitespace changes
Inline
Side-by-side
pages/recherche.php
View file @
72cbb363
...
...
@@ -16,10 +16,12 @@ function search_file($path, $file) {
}
}
echo
'<ul class="pl-5">'
;
echo
search_file
(
''
,
'index.php'
);
foreach
(
$pages
as
$page
)
{
echo
'<ul class="pl-5">'
.
search_file
(
'pages/'
,
$page
)
.
'</ul>'
;
echo
search_file
(
'pages/'
,
$page
);
}
echo
'</ul>'
;
echo
'<br>'
;
echo
'<p>'
.
$i
.
' résultats trouvés</p>'
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment