Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GMP
Slide Your Net
Commits
38c2d68a
Commit
38c2d68a
authored
7 years ago
by
Bastien Ho
Browse files
Options
Download
Email Patches
Plain Diff
typo
parent
283abb80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
admin/header.php
+1
-1
admin/header.php
with
1 addition
and
1 deletion
+1
-1
admin/header.php
+
1
-
1
View file @
38c2d68a
...
...
@@ -28,7 +28,7 @@
<a
class=
"dashicons dashicons-admin-tools"
href=
"
<?php
echo
$eg
->
admin_url
;
?>
advanced.php?s=
<?php
echo
$eg
->
session
->
name
;
?>
&t=
<?php
echo
$eg
->
session
->
token
;
?>
"
title=
"
<?php
_e
(
'Advanced'
);
?>
"
>
</a>
<a
class=
"dashicons dashicons-admin-generic"
href=
"
<?php
echo
$eg
->
admin_url
;
?>
networks.php?s=
<?php
echo
$eg
->
session
->
name
;
?>
&t=
<?php
echo
$eg
->
session
->
token
;
?>
"
title=
"
<?php
_e
(
'Settings'
);
?>
"
>
</a>
<a
class=
"dashicons dashicons-screenoptions"
href=
"
<?php
echo
$eg
->
admin_url
;
?>
index.php?s=
<?php
echo
$eg
->
session
->
name
;
?>
&t=
<?php
echo
$eg
->
session
->
token
;
?>
"
title=
"
<?php
_e
(
'Admin'
);
?>
"
>
</a>
<a
class=
"dashicons dashicons-admin-site"
href=
"
<?php
echo
$eg
->
base_url
;
?>
/
<?php
echo
$eg
->
session
->
name
;
?>
"
>
</a>
<a
class=
"dashicons dashicons-admin-site"
href=
"
<?php
echo
$eg
->
base_url
;
?><?php
echo
$eg
->
session
->
name
;
?>
"
>
</a>
</div>
</header>
<?php
$eg
->
print_messages
();
?>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets