%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/devcapijob/public_html/modules/social/
Upload File :
Create Path :
Current File : /home/devcapijob/public_html/modules/social/index.php

<?php
/**
* @version		1
* @package		yassir
* @copyright	Copyright (C) 2011 Open Source Matters. All rights reserved.
* @license		sharware
*
*
* @ FOOTER MODULE
*/


class socialModule extends Module{

	
	function display(){
	$this->js='<script>
	 window.onscroll = function() {
        if (window.pageYOffset >= 400){
            $(".liste_resaux").css({position: "fixed", top: "0"});
        }else{
			$(".liste_resaux").css({position: "absolute", margin: "150px 0 0 -10px"});
		}
		
    }
	</script>';
	$this->css='';
	
	/* <a href="#" class="plus" target="_blank"><span class="suivez-nous"></span></a>*/
	$resaux='
      <div class="liste_resaux">
	                <a href="'.URL_BASE.'" class="home"><span></span></a>
					<a href="http://carre-capijob.com/index.php?ch=fr2" class="fr2" target="_blank"><span class="suivez-nous"></span></a>
				    <a href="http://www.carre-capijob.com/fr3-france-toutes-regions-emploi-formation" class="fr3" target="_blank"><span class="suivez-nous"></span></a>
					<a href="http://carre-capijob.com/index.php?ch=fr5" class="fr5" target="_blank"><span class="suivez-nous"></span></a>
					<a href="https://france3-regions.francetvinfo.fr/economie/emploi" class="tv" target="_blank"><span class="suivez-nous"></span></a>
					<a href="https://www.facebook.com/Capijob?ref=hl" class="face" target="_blank"><span class="suivez-nous"></span></a>
                    <a href="#" class="in" target="_blank"><span class="suivez-nous"></span></a> 
                    <a href="https://twitter.com/EMPLOI_CAPIJOB" class="twiter" target="_blank"><span class="suivez-nous"></span></a>
					<a href="'.URL_BASE.'partenariat-et-multidiffusion.html" class="plus" ><span class="suivez-nous"></span></a>
                   
					

                </div>
			
            
	';    
	
	return $resaux;}
	
	
}
?>

Zerion Mini Shell 1.0