web/wp-content/themes/IRI-Theme/404.php
branchwordpress
changeset 123 561aa6d282f6
parent 109 03b0d1493584
equal deleted inserted replaced
112:fb7cd02b9848 123:561aa6d282f6
     1 <?php get_header(); ?>
     1 <?php get_header(); ?>
     2 	<div class="column span-17 colborder first" id="maincontent">
     2 	<div class="column span-17 colborder first" id="maincontent">
     3 		<div class="content">
     3 		<div class="content">
     4 		<h2>Error 404 - Not Found</h2>
     4 		<h2>Error 404 - Page non trouv&eacute;e</h2>
     5 		
     5 		
     6 		<p>Yikes. Something went wrong!  Either the page you are looking for doesn't exist or you might have mistyped.</p>
     6 		<p>Oups... Il y a une erreur !  La page que vous avez demand&eacute; n'&eacute;xiste pas, ou plus.</p>
     7 		<p>You can use the search box at the top right to find what you are looking for.</p>
     7 		<p>Vous pouvez utiliser le moteur de recherche, ou le nuage de tag pour retrouver ce que vous chercher.</p>
       
     8 		
       
     9 		<?php
       
    10 		
       
    11 			$newoptions['tcolor'] = '3466FE';
       
    12 			$newoptions['tcolor2'] = '3268FF';
       
    13 			$newoptions['hicolor'] = '000000';
       
    14 			$newoptions['bgcolor'] = 'ffffff';
       
    15 			$newoptions['speed'] = '100';
       
    16 			$newoptions['trans'] = 'false';
       
    17 			$newoptions['distr'] = 'true';
       
    18 			$newoptions['args'] = '';
       
    19 			$newoptions['mode'] = 'tags';
       
    20 			$newoptions['width'] = '590';
       
    21 			$newoptions['height'] = '410';
       
    22 			
       
    23 			echo wp_cumulus_insert($newoptions);
       
    24 			
       
    25 			?>
       
    26 			
       
    27 			<?php include (TEMPLATEPATH . '/searchform.php'); ?>
     8 	</div>
    28 	</div>
     9 </div>
    29 </div>
    10 <div class="column span-5 last">
    30 <div class="column span-5 last">
    11 <?php include (TEMPLATEPATH . '/sidebar_single.php'); ?>
    31 	<?php include (TEMPLATEPATH . '/sidebar_single.php'); ?>
    12 </div>
    32 </div>
    13 <hr></hr>
    33 <hr></hr>
    14 <?php get_sidebar(); ?>
    34 <?php get_sidebar(); ?>
    15 <?php get_footer(); ?>
    35 <?php get_footer(); ?>