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
8114799c
Commit
8114799c
authored
Aug 28, 2017
by
imac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[bugfix]JIRA : Nap-34 -> Responsive legace + phototheque
parent
94746955
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
legacy.php
wp-content/themes/nap/legacy.php
+9
-1
phototheque.php
wp-content/themes/nap/phototheque.php
+9
-0
No files found.
wp-content/themes/nap/legacy.php
View file @
8114799c
...
...
@@ -4,7 +4,10 @@
* Template Name: Mentions légales
*
*/
$ext_ref
=
externe_referrer
();
if
(
$ext_ref
)
{
get_header
();
}
$current_page
=
''
;
?>
<div
id=
"legacy"
class=
"clearfix container "
>
...
...
@@ -30,3 +33,8 @@ $current_page = '';
</div>
</div>
</div>
<?php
if
(
$ext_ref
)
{
get_footer
();
}
?>
\ No newline at end of file
wp-content/themes/nap/phototheque.php
View file @
8114799c
...
...
@@ -3,6 +3,10 @@
* Template Name: phototheque
*
*/
$ext_ref
=
externe_referrer
();
if
(
$ext_ref
)
{
get_header
();
}
$current_page
=
'phototheque'
;
?>
<div
id=
"phototheque"
class=
"clearfix container "
>
...
...
@@ -111,3 +115,8 @@ $current_page = 'phototheque';
?>
</div>
</div>
<?php
if
(
$ext_ref
)
{
get_footer
();
}
?>
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