author | Anthony Ly <anthonyly.com@gmail.com> |
Mon, 19 Nov 2012 18:26:13 +0100 | |
changeset 194 | 32102edaa81b |
parent 170 | 8e3a5a6fc63e |
permissions | -rw-r--r-- |
136 | 1 |
<?php get_header(); ?> |
2 |
<div class="column span-17 colborder first" id="maincontent"> |
|
3 |
<div class="content"> |
|
4 |
<h2>Error 404 - Page non trouvée</h2> |
|
5 |
|
|
6 |
<p>Oups... Il y a une erreur ! La page que vous avez demandé n'éxiste pas, ou plus.</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'; |
|
170
8e3a5a6fc63e
English version just for user loged view
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
136
diff
changeset
|
22 |
//$newoptions['lang'] = 'en_EN'; |
136 | 23 |
|
24 |
echo wp_cumulus_insert($newoptions); |
|
25 |
||
26 |
?> |
|
27 |
|
|
28 |
<?php include (TEMPLATEPATH . '/searchform.php'); ?> |
|
29 |
</div> |
|
30 |
</div> |
|
31 |
<div class="column span-5 last"> |
|
32 |
<?php include (TEMPLATEPATH . '/sidebar_single.php'); ?> |
|
33 |
</div> |
|
34 |
<hr></hr> |
|
35 |
<?php get_sidebar(); ?> |
|
36 |
<?php get_footer(); ?> |