Jump to content

Some help


Florian8262

Recommended Posts

Hello;

I have a problem with my other pages of my skin, at the level of the images of the logo and my footer.

I join you the code of the layout to know if there is pad of them ure no code and 2 capture of the website.

Thanks

Images 2.tiff

Image 1.tiff

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title><?php echo $page_title; ?></title>
<meta name="format-detection" content="telephone=no"/>
<link href="<?php echo SITE_URL?>/lib/skins/Rexair-virtual/css/grid.css" rel="stylesheet" media="all" />
<link href="<?php echo SITE_URL?>/lib/skins/Rexair-virtual/css/camera.css" rel="stylesheet" media="all" />
<link href="<?php echo SITE_URL?>/lib/skins/Rexair-virtual/css/search.css" rel="stylesheet" media="all" />
<link href="<?php echo SITE_URL?>/lib/skins/Rexair-virtual/css/styles.css" rel="stylesheet" media="all" />
<script src="/lib/skins/Rexair-virtual/js/jquery.js"></script>
<script src="/lib/skins/Rexair-virtual/js/jquery-migrate-1.2.1.js"></script>
<script src='/js/device.min.js'></script>
<!--[if lt IE 9]>
<html class="lt-ie9">
<div style=' clear: both; text-align:center; position: relative;'>
<a href="http://windows.microsoft.com/en-US/internet-explorer/..">
 <img src="images/ie8-panel/warning_bar_0000_us.jpg" border="0" height="42" width="820"
	 alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today."/>
</a>
</div>
<script src="/lib/skins/Rexair-virtual/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="page">
<!--========================================================
					 HEADER
==========================================================-->
<header>
<div id="stuck-container" class="stuck_container">
 <div class="container">
 <!--=======================================================
					 NAVBAR
 =========================================================-->
 <nav class="nav">
	 <ul class="sf-menu" data-type="navbar">
	 <li class="active"></li>
	 <li><a href="/">Accueil</a>
	 </li>
	 <?php
	 if(!Auth::LoggedIn())
	 {
		 // Show these if they haven't logged in yet
	 ?>
	 <li><a href="/login">Connection</a></li>
	 <li><a href="<?php echo url('/registration'); ?>">Devenir Pilote</a></li>
	 <?php
	 }
	 else
	 {
		 // Show these items only if they are logged in
	 ?>
	 <li><a href="<?php echo url('/profile'); ?>">Mon Espace Pilote</a></li>
	 <?php
	 }
	 ?>
	 <li><a href="<?php echo url('/pilots'); ?>">Nos Pilotes</a></li>
	 <li><a href="<?php echo url('/acars') ?>">Flight Track RXR</a></li>
	 <?php echo $MODULE_NAV_INC;?>
	 <?php
	 if(Auth::LoggedIn())
	 {
	 if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN))
	 {
	 echo '<li><a target="_blank" href="'.fileurl('/admin').'">Admin Center</a></li>';
	 }
	 ?>

	 <li><a href="<?php echo url('/logout'); ?>">Deconnection</a></li>
	 <?php
	 }
	 ?>
	 </ul>
 </nav>
 </div>
 </div>
 <div class="container">
 <div class="brand">
 <h1 class="brand_name">
	 <a href="./">
	 <span class="logo">
		 <img src="lib/skins/Rexair-virtual/images/logo.png" alt="">
	 </span>
	 <span class="logo_name">REXAIR VIRTUEL</span>
	 </a>
 </h1>
 </div>
 <div class="h-right">
 <ul class="social-list01">
	 <li><a href="#"><i class="fa fa-facebook-square"></i></a></li>
	 <li><a href="#"><i class="fa fa-twitter-square"></i></a></li>
 </ul>
 </div>
</div>
</header>
<?php echo $page_content;?>
<footer class="parallax" data-url="lib/skins/Rexair-virtual/images/parallax02.jpg">
<div class="container">
 <div class="row">
 <div class="preffix_2 grid_8">
	 <ul class="social-list02">
	 <li><a href="https://www.facebook.com/pages/RexAir-Virtuel/1470014186615247?fref=ts"><i class="fa fa-facebook-square"></i></a></li>
	 <li><a href="#"><i class="fa fa-twitter-square"></i></a></li>
	     <a href="http://www.ivao.aero/"><img src="http://status.ivao.aero/CVA/19698.png"></a>
	 </ul>
	 <address class="addr01">
	 <p>33000 BORDEAUX, Siège Rexair Virtuel</p>
	 <p>e-mail: <a href="mailto:fondateur@rexair-virtuel.fr">fondateur@rexair-virtuel.fr</a></p>
	 </address>
	 <p>Fondée le 04 Septembre 2014</p>
	 <p class="copy">
	 Rexair Virtuel © <span id="copyright-year"></span>
	 <a href="index-6.html">Private</a>
	 <a href="http://www.phpvms.net" target="_blank">powered by phpVMS</a>
	 </p>
	 <a href="#" id="toTop" class="toTop fa fa-angle-up"></a>
 </div>
 </div>
 <!-- {%FOOTER_LINK} -->
</div>
</footer>
</div>
<script src="lib/skins/Rexair-virtual/js/script.js"></script>
</body>

</html>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...