Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VMS-z
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christoph Zysik
VMS-z
Commits
1e863a5e
Commit
1e863a5e
authored
6 years ago
by
Christoph Zysik
Browse files
Options
Downloads
Patches
Plain Diff
and =>
parent
bf05e343
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.php
+2
-2
2 additions, 2 deletions
index.php
with
2 additions
and
2 deletions
index.php
+
2
−
2
View file @
1e863a5e
...
...
@@ -41,7 +41,7 @@ $ts = strtotime($datetime);
<!DOCTYPE html>
<html
lang=
'de'
>
<head>
<title>
<?php
echo
$seitenname
;
?>
</title>
<title>
<?php
echo
$
pageconfig
[
'
seitenname
'
]
;
?>
</title>
<meta
charset=
"UTF-8"
>
<meta
name=
"generator"
content=
"vms-script"
>
<meta
name=
"Author"
content=
"Designerscripte.net"
>
...
...
@@ -125,7 +125,7 @@ $ts = strtotime($datetime);
<li
class=
"dropdown"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Start
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"
<?php
echo
$domain
;
?>
"
>
Startseite
</a></li>
<li><a
href=
"
<?php
echo
$
pageconfig
[
'
domain
'
]
;
?>
"
>
Startseite
</a></li>
<li><a
href=
"?content=/news"
>
News
</a></li>
<li><a
href=
"?content=/intern/mediadaten"
>
Mediadaten
</a></li>
<li><a
href=
"?content=/intern/agbs"
>
AGB
</a></li>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment