IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Langage PHP Discussion :

Probleme php imbrique


Sujet :

Langage PHP

  1. #1
    Membre du Club
    Profil pro
    Inscrit en
    Avril 2010
    Messages
    40
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2010
    Messages : 40
    Points : 52
    Points
    52
    Par défaut Probleme php imbrique
    Bonjour voila je developpe un site web en wordpress et je souahte rajoute dans un cadre les pages les plus vus.

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
     
    <?php if (is_home() ) { echo '<br><table width="960" style="border:2px solid grey;" bordercolor="#222" cellspacing="0" cellpadding="10">
      <tr>
    <td valign="top" bgcolor="#FEDFCD" width="33%">
    <h3><span style="color: #00CCFF;">Inédit !</span></h3><br>
    <img class="alignleft" src="http://alexandrecormont.com/wp-content/uploads/2012/01/cadeau1.png" alt="Coaching par téléphone"><p>« Recevez gratuitement tous les mois une offre spécialement conçue pour vous ! » </p><br><br>
    <script type="text/javascript" src="http://forms.aweber.com/form/53/1173725453.js"></script></td>
    <td>
    <h3><span style="color: #00CCFF;">Top Article</span></h3>
    <?php if (function_exists('get_most_viewed')): ?>  <ul>  get_most_viewed(post,'5');  </ul>  endif;
    </td>  
     <td style="border-right:solid 2px Gray; border-left:solid 2px Gray;" width="33%" valign="top">
     <h3><span style="color: #00CCFF;">Top Livre</span></h3>
    <table>
    <tr><td>
    <img class="alignleft" src="http://alexandrecormont.com/wp-content/uploads/2012/01/livre1.jpg" /><p style="font-size: 13px;">50 Conseils De Pro Pour Récupérer Son Ex<br><em>Le plus vendu !!!</em></p><br><a href="http://alexandrecormont.com/mes-livres/50-conseils-de-pro-pour-recuperer-son-ex"><img src="http://alexandrecormont.com/wp-content/uploads/2012/01/bt-acheter.png"></a>
    </td></tr>
    <tr><td>
    <img class="alignleft" src="http://alexandrecormont.com/wp-content/uploads/2012/01/livre2.jpg" /><p  style="font-size: 13px;">Séduire Une Femme En 5 Étapes !<br><em>Nouveauté</em></p><br><a href="http://alexandrecormont.com/mes-livres/seduire-une-femme-en-5-etapes"><img src="http://alexandrecormont.com/wp-content/uploads/2012/01/bt-acheter.png"></a>
    </td></tr>
    </table>
    </td>
    </tr>
    </table>' ;} else { echo '' ;} ?>
    Ca me met errreur de syntax sur la ligne
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    <?php if (function_exists('get_most_viewed')): ?>  <ul>  get_most_viewed(post,'5');  </ul>  endif;
    Une erreur surement a cause du php dans le php malheureument pas trouver la solution.

    Merci de votre aide

  2. #2
    Modératrice
    Avatar de Celira
    Femme Profil pro
    Développeuse PHP/Java
    Inscrit en
    Avril 2007
    Messages
    8 633
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 39
    Localisation : France

    Informations professionnelles :
    Activité : Développeuse PHP/Java
    Secteur : Industrie

    Informations forums :
    Inscription : Avril 2007
    Messages : 8 633
    Points : 16 372
    Points
    16 372
    Par défaut
    Du php dans le php ? honnêtement, je ne comprends pas ce que ton code est censé faire, désolée
    Modératrice PHP
    Aucun navigateur ne propose d'extension boule-de-cristal : postez votre code et vos messages d'erreurs. (Rappel : "ça ne marche pas" n'est pas un message d'erreur)
    Cherchez un peu avant poser votre question : Cours et Tutoriels PHP - FAQ PHP - PDO une soupe et au lit !.

    Affichez votre code en couleurs : [CODE=php][/CODE] (bouton # de l'éditeur) et [C=php][/C]

  3. #3
    Rédacteur

    Avatar de Bovino
    Homme Profil pro
    Développeur Web
    Inscrit en
    Juin 2008
    Messages
    23 647
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 53
    Localisation : France, Gironde (Aquitaine)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Juin 2008
    Messages : 23 647
    Points : 91 220
    Points
    91 220
    Billets dans le blog
    20
    Par défaut
    Des balises php dans un echo...

    Tu crois que c'est le navigateur qui va les interpréter ?

    Sans parler des imbrications de quotes hasardeuses...
    Pas de question technique par MP !
    Tout le monde peut participer à developpez.com, vous avez une idée, contactez-moi !
    Mes formations video2brain : La formation complète sur JavaScriptJavaScript et le DOM par la pratiquePHP 5 et MySQL : les fondamentaux
    Mon livre sur jQuery
    Module Firefox / Chrome d'intégration de JSFiddle et CodePen sur le forum

  4. #4
    Membre du Club
    Profil pro
    Inscrit en
    Avril 2010
    Messages
    40
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2010
    Messages : 40
    Points : 52
    Points
    52
    Par défaut
    :'(
    Je debute avec wordpresse

    voici le lien de la page http://magconfiance.com

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html <?php language_attributes(); ?>><head>
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php
    	global $page, $paged;
    	wp_title( '|', true, 'right' );
    	// Add the blog name.
    	bloginfo( 'name' );
    	// Add the blog description for the home/front page.
    	$site_description = get_bloginfo( 'description', 'display' );
    	if ( $site_description && ( is_home() || is_front_page() ) )
    		echo " | $site_description";
    	// Add a page number if necessary:
    	if ( $paged >= 2 || $page >= 2 )
    		echo ' | ' . sprintf( __( 'Page %s', 'skyali' ), max( $paged, $page ) );
     
    	?></title>
        <?php $video_ = 'false';
     
    //check if post has video
     
        $featuredc = new WP_Query('showposts=1&meta_key=skyali_sticky&orderby=modified');
        if ($featuredc->have_posts()) : 
    	$video_ = 'true';
    	endif;
    	global $video_;
     
     ?>
     <?php wp_reset_query(); ?>
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/fonts/stylesheet.css" />
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/style.css" />
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/firstnavigation.css" />
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/secondnavigation.css" />
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/carousel.css" />
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/tipTip.css" />
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/tabs.css" />
    <?php //checks to see which style of the top header is select so the proper css can be applied ?>
    <?php if(get_option('skyali_broadcast_header_style') == 2){ echo '<link rel="stylesheet" type="text/css" href="'.get_template_directory_uri().'/scripts/css/styles/bright/top_header.css" />'; } //if user choices to show it bright show css. ?>
     
    <?php //checks to see which style for the categories ?>
    <?php if(get_option('skyali_broadcast_categories_style') == 2 ){echo '<link rel="stylesheet" type="text/css" href="'.get_template_directory_uri().'/scripts/css/styles/dark/categories.css" />';} ?>
     
    <?php //styling for the slider ?>
    <?php 
    if(get_option('skyali_broadcast_slider_style') == 2){
    if(get_option('skyali_broadcast_featured_style') == 'slider_long' OR  get_option('skyali_broadcast_featured_style') == '') {
    echo '<link rel="stylesheet" type="text/css" href="'.get_template_directory_uri().'/scripts/css/styles/bright/featured_long.css" />';}
    elseif(get_option('skyali_broadcast_featured_style') == 'slider'){echo '<link rel="stylesheet" type="text/css" href="'.get_template_directory_uri().'/scripts/css/styles/bright/featured.css" />'; }
    elseif(get_option('skyali_broadcast_featured_style') == 'post' OR  $video_ == 'true'){echo '<link rel="stylesheet" type="text/css" href="'.get_template_directory_uri().'/scripts/css/styles/bright/featured_slider_post.css" />';}
    }
    ?>
     
    <?php //footer styling ?>
     
    <?php if(get_option('skyali_broadcast_footer') == 2){echo '<link rel="stylesheet" type="text/css" href="'.get_template_directory_uri().'/scripts/css/styles/bright/footer.css" />'; } ?>
     
    <?php //checks to see which slider is selected so the proper css can be applied ?>
    <?php if(get_option('skyali_broadcast_featured_style') != 'slider_long' AND get_option('skyali_broadcast_featured_style') != 'post' AND  $video_ != 'true' AND get_option('skyali_broadcast_featured_style') != '' ) { $featured_slider_style = 'featured_slider.css'; } elseif(get_option('skyali_broadcast_featured_style') == 'slider_long' AND $video_ != 'true' OR get_option('skyali_broadcast_featured_style') == '') { $featured_slider_style = 'featured_long_slider.css'; } elseif(get_option('skyali_broadcast_featured_style') == 'post' OR $video_ == 'true' ){ $featured_slider_style = 'featured_slider_post.css';} ?>
     
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/<?php echo $featured_slider_style; ?>" />
    <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/prettyPhoto.css" />
     
    <!--[if gt IE 7]>
            <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/ie7.css">
    <![endif]-->
     
    <!--[if IE]>
           <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri();?>/scripts/css/ie.css">
    <![endif]-->
    <style type="text/css">
    /* Custom Css Colors */
    .list_category h2{color:#<?php echo get_option('skyali_broadcast_color'); ?> !important;}
    .list_post h2{color:#<?php echo get_option('skyali_broadcast_color'); ?> !important;}
    #right h2{color:#<?php echo get_option('skyali_broadcast_color'); ?> !important;}
    .rightwidget h2 a{color:#<?php echo get_option('skyali_broadcast_color'); ?> !important;}
    a.cat_arrow{background:#<?php echo get_option('skyali_broadcast_color'); ?> url('<?php echo get_template_directory_uri();?>/images/category_arrow.png')  !important;}
    a:hover.cat_arrow{background:#1f1f1f url('<?php echo get_template_directory_uri();?>/images/category_arrow.png')  !important;}
    .list_category h2 a{color:#<?php echo get_option('skyali_broadcast_color'); ?> !important;}
    h1.fontface {font: 53px 'ColaborateBoldRegular', Arial, sans-serif; color:#222222;}
    #footer h5{color:#<?php echo get_option('skyali_broadcast_color'); ?>; !important}
    #left h1{color:#<?php echo get_option('skyali_broadcast_color'); ?>; !important}
    a.featured_button{background:#<?php echo get_option('skyali_broadcast_color'); ?> !important;}
    .list_post div.readm div.button a{background:#<?php echo get_option('skyali_broadcast_color'); ?> !important;}
    </style>
    <?php wp_head(); ?>
     
    </head>
     
    <body>
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/fr_FR/all.js#xfbml=1";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <script type="text/javascript" src="http://analytics.aweber.com/js/awt_analytics.js?id=3EE."></script>
     
    <div id="header_navigation">
     
    <div id="top_navigation">
     
    <?php if ( has_nav_menu( 'top-menu' ) ) : ?>
    					<?php wp_nav_menu( array( 'theme_location' => 'top-menu', 'menu_class' => 'firstnav-menu sf-menu', 'container' => '' ) ); ?>
                        <?php else :  ?>
     
    <ul class="firstnav-menu">
     
    <?php wp_list_pages('sort_column=menu_order&depth=6&title_li=&exclude='.check_exclude_top_navigation().'');?>
     
    <?php endif; ?>
     
    </ul><!-- #first-menu -->
     
    <div class="header_right_side">
     
    <p<?php if(get_option('skyali_broadcast_date_header_option') != 'on') { echo ' class="hideobject"'; } ?>><?php echo date('l, M. j, Y'); ?></p>
     
    <span class="timestamp<?php if(get_option('skyali_broadcast_date_header_option') != 'on') { echo ' hideobject';} ?>"><script type="text/javascript" language="JavaScript"><!--
    user_time();
    //--></script></span>
     
    <ul<?php if(get_option('skyali_broadcast_rss_header_option') != 'on') { echo ' class="hideobject"';} ?>><li><a href="<?php echo home_url() .'?feed=rss2'; ?>"><img src="<?php echo get_template_directory_uri();?>/images/header-rss-icon.png" class="rss_icon" alt="<?php _e('Follow our feed', 'skyali'); ?>" /><?php _e('Subscribe to rss', 'skayli'); ?></a></li></ul>
     
    </div><!--Right Side -->
     
    </div><!-- #top_navigation -->
     
    </div><!-- #header_navigation -->
     
    <div id="header_container"<?php if(get_option('skyali_broadcast_header_pattern') == 2){echo ' class="white_bg"';} ?>>
     
    <div id="header">
     
    <a href="http://magconfiance.com"><img src="http://magconfiance.com/wp-content/uploads/2012/06/v1+phrase-500x122.jpg"  border="0" alt="Coach en développement personnel et seduction" class="logo"  /></a>
    <div class="top_ad ">
      </div>
     
    </div><!-- #header -->
     
    </div><!-- #header_container -->
     
    <div id="categories_container">
     
    <div id="categories">
     <?php if ( has_nav_menu( 'second-menu' ) ) : ?>
    					<?php wp_nav_menu( array( 'theme_location' => 'second-menu', 'menu_class' => 'secondnav-menu sf-js-enabled sf-menu', 'container' => '' ) ); ?>
                        <?php else : ?>
    <ul class="secondnav-menu">
     
    <?php
    if ( is_home() ) {
     
    	$home_cat = ' class="current-cat home_first_line"';
     
    } else {
     
    	$home_cat = ' class="home_first_line"';
    }
    ?>
    <li<?php echo $home_cat; ?>><a href="<?php bloginfo('url'); ?>" class="home_second_line"><?php _e('Acceuil', 'skyali') ?></a></li>
    <?php wp_list_categories('title_li=&order=desc&exclude='.check_exclude_categories().''); ?>
    </li>
    </ul>
    <?php endif; ?>
    </div><!-- #categories -->
     
    </div><!-- categories container -->
     
    <div id="center">
     
    <div id="container">
     
    <div id="content">
     
    <?php if (is_home() ) { echo '<br><table width="960" style="border:2px solid grey;" bordercolor="#222" cellspacing="0" cellpadding="10">
      <tr>
    <td valign="top" bgcolor="#FEDFCD" width="33%">
    <h3><span style="color: #00CCFF;">Inédit !</span></h3><br>
    <img class="alignleft" src="http://alexandrecormont.com/wp-content/uploads/2012/01/cadeau1.png" alt="Coaching par téléphone"><p>« Recevez gratuitement tous les mois une offre spécialement conçue pour vous ! » </p><br><br>
    <script type="text/javascript" src="http://forms.aweber.com/form/53/1173725453.js"></script></td>
    <td>
    <h3><span style="color: #00CCFF;">Top Article</span></h3>
    <?php if (function_exists('get_most_viewed')): ?>  <ul>  get_most_viewed(post,'5');  </ul>  endif;
    </td>  
     <td style="border-right:solid 2px Gray; border-left:solid 2px Gray;" width="33%" valign="top">
     <h3><span style="color: #00CCFF;">Top Livre</span></h3>
    <table>
    <tr><td>
    <img class="alignleft" src="http://alexandrecormont.com/wp-content/uploads/2012/01/livre1.jpg" /><p style="font-size: 13px;">50 Conseils De Pro Pour Récupérer Son Ex<br><em>Le plus vendu !!!</em></p><br><a href="http://alexandrecormont.com/mes-livres/50-conseils-de-pro-pour-recuperer-son-ex"><img src="http://alexandrecormont.com/wp-content/uploads/2012/01/bt-acheter.png"></a>
    </td></tr>
    <tr><td>
    <img class="alignleft" src="http://alexandrecormont.com/wp-content/uploads/2012/01/livre2.jpg" /><p  style="font-size: 13px;">Séduire Une Femme En 5 Étapes !<br><em>Nouveauté</em></p><br><a href="http://alexandrecormont.com/mes-livres/seduire-une-femme-en-5-etapes"><img src="http://alexandrecormont.com/wp-content/uploads/2012/01/bt-acheter.png"></a>
    </td></tr>
    </table>
    </td>
    </tr>
    </table>' ;} else { echo '' ;} ?>
     
    <?php if(get_option('skyali_broadcast_spotlight') != 'disable' ){ include_once('includes/spotlight.php'); } ?>
     
    <?php wp_reset_query(); ?>
     
    <?php if(get_option('skyali_broadcast_featured_style') == 'slider_long' AND $video_ != 'true' OR get_option('skyali_broadcast_featured_style') == ''){ 
    if (is_home()) :
     include_once('includes/featured_long.php'); 
     endif; 
     } ?>
    <div id="content_bg">
     
    <?php 
     
    if ( is_page_template('template-fullwidth.php') ) { $full = 'class="full_width"'; } else { $full = ''; } 
     
    ?>
    <div id="left" <?php echo $full; ?>>
    <?php if(is_home()): ?> 
    <!-- div id="fond-img"><img id="img-head" src="http://magconfiance.com/wp-content/uploads/2011/10/alex-conf-572.jpg" alt="Alexandre Cormont enseigne la séduction" title="Alexandre Cormont enseigne la séduction" /></div -->
    <?php endif; ?>
    Le code entier de ma page.

    En gros je voulais mettre en avant 5 article dans le cadre du haut au mileu celle ou ya marquer top article

    Voila l'erreur que jai

    Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /homez.502/magsexe/www/magconfiance/wp-content/themes/Broadcast/header.php on line 185
    Je ne vois pas comment corriger :s

  5. #5
    Rédacteur

    Avatar de Torgar
    Homme Profil pro
    Développeur Web
    Inscrit en
    Août 2007
    Messages
    2 334
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 38
    Localisation : France, Hérault (Languedoc Roussillon)

    Informations professionnelles :
    Activité : Développeur Web

    Informations forums :
    Inscription : Août 2007
    Messages : 2 334
    Points : 8 040
    Points
    8 040
    Par défaut
    En gérant correctement les quotes comme l'a dit Bovino ?

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    <?php if (is_home()) {
        echo '<br><table width="960" style="border:2px solid grey;" bordercolor="#222" cellspacing="0" cellpadding="10">
          <tr>
        <td valign="top" bgcolor="#FEDFCD" width="33%">
        <h3><span style="color: #00CCFF;">Inédit !</span></h3><br>
        <img class="alignleft" src="http://alexandrecormont.com/wp-content/uploads/2012/01/cadeau1.png" alt="Coaching par téléphone"><p>« Recevez gratuitement tous les mois une offre spécialement conçue pour vous ! » </p><br><br>
        <script type="text/javascript" src="http://forms.aweber.com/form/53/1173725453.js"></script></td>
        <td>
        <h3><span style="color: #00CCFF;">Top Article</span></h3>';
     
        if (function_exists('get_most_viewed')) {
            echo '<ul>' . get_most_viewed(post,'5') .'</ul>';
        }
     
        echo '</td>  
         <td style="border-right:solid 2px Gray; border-left:solid 2px Gray;" width="33%" valign="top">
         <h3><span style="color: #00CCFF;">Top Livre</span></h3>
        <table>
        <tr><td>
        <img class="alignleft" src="http://alexandrecormont.com/wp-content/uploads/2012/01/livre1.jpg" /><p style="font-size: 13px;">50 Conseils De Pro Pour Récupérer Son Ex<br><em>Le plus vendu !!!</em></p><br><a href="http://alexandrecormont.com/mes-livres/50-conseils-de-pro-pour-recuperer-son-ex"><img src="http://alexandrecormont.com/wp-content/uploads/2012/01/bt-acheter.png"></a>
        </td></tr>
        <tr><td>
        <img class="alignleft" src="http://alexandrecormont.com/wp-content/uploads/2012/01/livre2.jpg" /><p  style="font-size: 13px;">Séduire Une Femme En 5 Étapes !<br><em>Nouveauté</em></p><br><a href="http://alexandrecormont.com/mes-livres/seduire-une-femme-en-5-etapes"><img src="http://alexandrecormont.com/wp-content/uploads/2012/01/bt-acheter.png"></a>
        </td></tr>
        </table>
        </td>
        </tr>
        </table>'
    }
    else {
        echo '';
    }
     
    if(get_option('skyali_broadcast_spotlight') != 'disable' ){ include_once('includes/spotlight.php'); }
     
    wp_reset_query();
    if(get_option('skyali_broadcast_featured_style') == 'slider_long' AND $video_ != 'true' OR get_option('skyali_broadcast_featured_style') == ''){ 
    if (is_home()) :
     include_once('includes/featured_long.php'); 
     endif; 
    }
    ?>
    Je ne suis pas schizophrène, nous sommes unanime !!!

    ► Pensez à la balise code et au CODE HTML GENERE !!!!
    ► Au si c'est le cas et au à ceux qui vous ont aidé.
    Vous souhaitez participer aux rubriques CSS et (X)HTML ? Contactez-nous !

    Créer des colonnes de même hauteur en CSS
    Glossaire CSS
    Les bordures en CSS3
    Les transitions en CSS3

  6. #6
    Membre du Club
    Profil pro
    Inscrit en
    Avril 2010
    Messages
    40
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2010
    Messages : 40
    Points : 52
    Points
    52
    Par défaut
    Merci beaucoup

  7. #7
    Rédacteur

    Avatar de Torgar
    Homme Profil pro
    Développeur Web
    Inscrit en
    Août 2007
    Messages
    2 334
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 38
    Localisation : France, Hérault (Languedoc Roussillon)

    Informations professionnelles :
    Activité : Développeur Web

    Informations forums :
    Inscription : Août 2007
    Messages : 2 334
    Points : 8 040
    Points
    8 040
    Par défaut
    Passe en :résolu: si c'est bon.
    Je ne suis pas schizophrène, nous sommes unanime !!!

    ► Pensez à la balise code et au CODE HTML GENERE !!!!
    ► Au si c'est le cas et au à ceux qui vous ont aidé.
    Vous souhaitez participer aux rubriques CSS et (X)HTML ? Contactez-nous !

    Créer des colonnes de même hauteur en CSS
    Glossaire CSS
    Les bordures en CSS3
    Les transitions en CSS3

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. [MySQL] encore un probleme php mysql
    Par ph_anrys dans le forum PHP & Base de données
    Réponses: 5
    Dernier message: 02/03/2006, 16h14
  2. Probleme pour imbriquer Fichier HTML dans autre Fichier
    Par Gerard du Bouchonnois dans le forum Général JavaScript
    Réponses: 1
    Dernier message: 24/12/2005, 14h33
  3. [APACHE] probleme PHP
    Par Steph666 dans le forum Apache
    Réponses: 6
    Dernier message: 17/12/2005, 13h33
  4. Probleme Php et Mysql
    Par lemagicien dans le forum Requêtes
    Réponses: 13
    Dernier message: 18/10/2005, 14h09
  5. probleme php/posgresql
    Par voyageur dans le forum PostgreSQL
    Réponses: 4
    Dernier message: 06/11/2004, 20h58

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo