Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
NAP-wordpress
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marwa Sfari
NAP-wordpress
Commits
94746955
Commit
94746955
authored
Aug 28, 2017
by
imac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[bugfix]JIRA : Nap-29 -> responsive download page
parent
602805b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
+15
-5
download.php
wp-content/themes/nap/download.php
+11
-1
footer.php
wp-content/themes/nap/footer.php
+4
-4
No files found.
wp-content/themes/nap/download.php
View file @
94746955
...
@@ -3,8 +3,13 @@
...
@@ -3,8 +3,13 @@
* Template Name: Télechargement
* Template Name: Télechargement
*
*
*/
*/
$ext_ref
=
externe_referrer
();
if
(
$ext_ref
)
{
get_header
();
}
$post_ID
=
260
;
$post_ID
=
260
;
?>
?>
<div
id=
"download"
class=
"clearfix container "
>
<div
id=
"download"
class=
"clearfix container "
>
<div
class=
"phototheque-content"
>
<div
class=
"phototheque-content"
>
...
@@ -16,7 +21,7 @@ $post_ID = 260;
...
@@ -16,7 +21,7 @@ $post_ID = 260;
</div>
</div>
<nav
class =
"row"
>
<nav
class =
"row"
>
<h2
class =
"crete big-title"
>
Téléchargement
</h2>
<h2
class =
"crete big-title"
>
Téléchargement
</h2>
</nav>
</nav>
</div>
</div>
</div>
</div>
<div
class=
"gallery-wrapper right hidden-elem row"
>
<div
class=
"gallery-wrapper right hidden-elem row"
>
...
@@ -57,3 +62,8 @@ $post_ID = 260;
...
@@ -57,3 +62,8 @@ $post_ID = 260;
</div>
</div>
</div>
</div>
</div>
</div>
<?php
if
(
$ext_ref
)
{
get_footer
();
}
?>
\ No newline at end of file
wp-content/themes/nap/footer.php
View file @
94746955
...
@@ -15,12 +15,12 @@
...
@@ -15,12 +15,12 @@
<li
class=
'nl'
><a
href=
"#"
>
newsletter
</a></li>
<li
class=
'nl'
><a
href=
"#"
>
newsletter
</a></li>
<?php
<?php
if
(
is_user_logged_in
()
)
{
?>
if
(
is_user_logged_in
()
)
{
?>
<li><a
href=
"
<?php
echo
get_permalink
(
260
)
?>
"
>
téléchargements
</a></li>
<li
class=
"to-slide"
><a
href=
"
<?php
echo
get_permalink
(
260
)
?>
"
>
téléchargements
</a></li>
<?php
}
?>
<?php
}
?>
<li><a
href=
"phototheque.php"
>
photothèque
</a></li>
<li
class=
"to-slide"
><a
href=
"phototheque.php"
>
photothèque
</a></li>
<li><a
href=
"
<?php
echo
get_permalink
(
171
)
?>
"
>
mentions légales
</a></li>
<li
class=
"to-slide"
><a
href=
"
<?php
echo
get_permalink
(
171
)
?>
"
>
mentions légales
</a></li>
</ul>
</ul>
</div>
</div>
</div>
</div>
</footer>
</footer>
<div
class=
"popup-container"
>
<div
class=
"popup-container"
>
...
...
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