Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
00526756
Commit
00526756
authored
May 28, 2000
by
natrak
Browse files
Just testing something :)
parent
b956695c
Changes
1
Show whitespace changes
Inline
Side-by-side
themes/list.php
View file @
00526756
<?php
<?php
$handle
=
opendir
(
'themes'
);
$handle
=
opendir
(
'themes'
);
while
(
$file
=
readdir
(
$handle
))
{
while
(
$file
=
readdir
(
$handle
))
{
if
(
!
ereg
(
"
[.]
"
,
$file
))
$themelist
.
=
"
$file
"
;
if
(
!
ereg
(
"
^\.
"
,
$file
)
&&
file_exists
(
"themes/
$file
/theme.class"
)
)
$themelist
.
=
"
$file
"
;
}
}
closedir
(
$handle
);
closedir
(
$handle
);
?>
?>
\ No newline at end of file
Write
Preview
Markdown
is supported
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