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
Websites
KDE.org Applications Subsite
Commits
b7d2a1aa
Commit
b7d2a1aa
authored
Jun 18, 2019
by
Jonathan Esk-Riddell
🏄
Browse files
add icon
parent
7d0f0d58
Changes
1
Hide whitespace changes
Inline
Side-by-side
applicationpage.php
View file @
b7d2a1aa
...
...
@@ -169,7 +169,7 @@ EOT;
return
$content
;
}
function
printPage
(
$app
,
$category
,
$url_dir
)
function
printPage
(
$app
,
$category
)
{
$url_split
=
explode
(
'/'
,
$_SERVER
[
'REQUEST_URI'
]);
$url_dir
=
$url_split
[
1
];
...
...
@@ -328,7 +328,7 @@ $site_root = "../";
<div
class=
"col-12 col-md-9 order-last order-md-first"
>
<?php
if
(
!
$development
)
{
printPage
(
$app
,
$category
,
$url_dir
);
printPage
(
$app
,
$category
);
}
else
{
printDevelopmentPage
(
$app
,
$category
);
}
...
...
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