Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
anchor-theme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tetras-libre
anchor-theme
Commits
4718b9dd
Unverified
Commit
4718b9dd
authored
8 years ago
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
cleaner footer
parent
42452180
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/reset.css
+13
-0
13 additions, 0 deletions
css/reset.css
footer.php
+9
-8
9 additions, 8 deletions
footer.php
with
22 additions
and
8 deletions
css/reset.css
+
13
−
0
View file @
4718b9dd
...
@@ -183,6 +183,19 @@ footer#bottom{
...
@@ -183,6 +183,19 @@ footer#bottom{
font-size
:
medium
;
font-size
:
medium
;
}
}
.half-right
{
float
:
right
;
width
:
48%
;
}
.half-left
{
float
:
left
;
width
:
48%
}
.navigation
{
margin-bottom
:
1%
;
}
/*collapse*/
/*collapse*/
.collapse
>
a
{
.collapse
>
a
{
cursor
:
pointer
;
cursor
:
pointer
;
...
...
This diff is collapsed.
Click to expand it.
footer.php
+
9
−
8
View file @
4718b9dd
<div
class=
"main-wrap"
>
<div
class=
"main-wrap"
>
<footer
id=
"bottom"
>
<footer
id=
"bottom"
>
<div
class=
"
odd
"
>
<div
class=
"
half-left
"
>
<p>
<?php
echo
html_meta
(
'contact'
);
?>
</p>
<?php
echo
html_meta
(
'contact'
);
?>
<p>
<?php
echo
html_meta
(
'site_licence'
);
?>
</p>
<?php
echo
html_meta
(
'site_licence'
);
?>
<p>
<?php
echo
html_meta
(
'legal_informations'
);
?>
</p>
<?php
echo
html_meta
(
'legal_informations'
);
?>
</div>
</div>
<div
class=
"
even
"
>
<div
class=
"
half-right
"
>
<ul
class=
"navigation"
>
<ul
class=
"navigation"
>
<?php
if
(
site_meta
(
'mail'
,
''
))
:
?>
<?php
if
(
site_meta
(
'mail'
,
''
))
:
?>
<li><a
href=
"
<?php
echo
social_url
(
'mail'
);
?>
"
>
<?php
echo
social_logo
(
'mail'
)
.
' '
.
site_meta
(
'mail'
,
''
);
?>
</a></li>
<li><a
href=
"
<?php
echo
social_url
(
'mail'
);
?>
"
>
<?php
echo
social_logo
(
'mail'
)
.
' '
.
site_meta
(
'mail'
,
''
);
?>
</a></li>
...
@@ -23,7 +23,8 @@
...
@@ -23,7 +23,8 @@
<li><a
href=
"
<?php
echo
social_url
(
'twitter'
);
?>
"
>
<?php
echo
social_logo
(
'twitter'
)
.
' '
.
site_meta
(
'twitter'
,
''
);
?>
</a></li>
<li><a
href=
"
<?php
echo
social_url
(
'twitter'
);
?>
"
>
<?php
echo
social_logo
(
'twitter'
)
.
' '
.
site_meta
(
'twitter'
,
''
);
?>
</a></li>
<?php
endif
;
?>
<?php
endif
;
?>
</ul>
</ul>
<br
/>
</div>
<div
class=
"half-right"
>
<ul
class=
"navigation"
>
<ul
class=
"navigation"
>
<li><a
href=
"
<?php
echo
base_url
();
?>
"
title=
"Retour à l'accueil."
>
Accueil
</a></li>
<li><a
href=
"
<?php
echo
base_url
();
?>
"
title=
"Retour à l'accueil."
>
Accueil
</a></li>
<li><a
href=
"
<?php
echo
base_url
(
'admin'
);
?>
"
title=
"Administration"
>
Administration
</a></li>
<li><a
href=
"
<?php
echo
base_url
(
'admin'
);
?>
"
title=
"Administration"
>
Administration
</a></li>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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