Skip to content

Instantly share code, notes, and snippets.

View jhouedanou's full-sized avatar

Jean Luc Houedanou jhouedanou

View GitHub Profile
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<title>EU Business Register :: Search results</title>
<META HTTP-EQUIV="Cache-control" CONTENT="no-cache">
<META NAME="copyright" CONTENT="www.eubusinessregister.com">
<META NAME="description" CONTENT="Welcome to EU Business Register!The easiest way to find companies specified by branch, city and country within the 25 EU countries">
<META HTTP-EQUIV="expires" CONTENT="Sun, 1 Jan 2010 23:59:59 GMT">
<META NAME="keywords" CONTENT="eu business register,eu,europian union,company search">
<META NAME="ROBOTS" CONTENT="FOLLOW, INDEX">
global_settings:
configuration:
PS_IMAGE_QUALITY: png
modules:
to_enable:
- ps_linklist
hooks:
modules_to_hook:
displayFooterText:
- ps_customtext
<?php
$bodyclass = get_body_class();
if (in_array('woocommerce-page',$bodyclass)) {?>
<!--contenu reservé à woocommerce-->
<?php
} else {
?>
<!--contenu normal-->
<?php
<?php
$current_lang = WPGlobus::Config()->language;
if($current_lang == "fr"){
?>
<?php }else if($current_lang == "en"){?>
<?php
}
{
"languages": ["lisp", "scheme", "clojure", "clojurescript", "hylang","html","php","js","twig","tpl"],
"palettes":
{
"default": ["#ff6188", "#fc9867", "#ffd866", "#a9dc76", "#78dce8", "#ab9df2", "#ff6188"],
"Tomorrow Night": ["#c66", "#de935f", "#ee6", "#b5bd68", "#81a2be", "#b294bb", "#ff69b4", "#8a2be2"],
"Monokai": ["#AE81FF", "#66D9EF", "#A6E22E", "#FD971F", "#F92672"],
"Monokai Pro": ["#ff6188", "#fc9867", "#ffd866", "#a9dc76", "#78dce8", "#ab9df2", "#ff6188"]a
a
},
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- images pour facebook -->
<!-- titre de larticle -->
<meta property="og:title" content="">
<!-- extrait de l'article -->
<meta property="og:description" content="">
<!-- miniature de l'article -->
<div class="iframe-container" style=".iframe-container {
position: relative;
overflow: hidden;
padding-top: 56.25%;
}">
<iframe src="https://compteur.socity.ci/" style="border:0px #ffffff none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="800px" width="100%" allowfullscreen></iframe>
</div>
@jhouedanou
jhouedanou / vscodesnippets.json
Created October 22, 2019 14:16
Wordpress Snippets for Visual Studio Code
{
"acfdate": {
"prefix": "acfdate",
"body": "\n $date_d = get_field('jalon');\n $y = substr($date_d, 0, 4);\n $m = substr($date_d, 4, 2);\n $d = substr($date_d, 6, 2);\n $time_d = strtotime(\"{$d}-{$m}-{$y}\");\n echo date('Y', $time_d);\n",
"description": "",
"scope": ""
},
"activetrailhome": {
"prefix": "activetrailhome",
"body": "\n function YOURTHEMENAME_menu_link($variables) {\n\n $element = $variables['element'];\n $sub_menu = '';\n\n if ($element['#href'] == '' && drupal_is_front_page()) {\n $element['#attributes']['class'][] = 'active-trail';\n }\n\n if ($element['#below']) {\n $sub_menu = drupal_render($element['#below']);\n }\n $output = l($element['#title'], $element['#href'], $element['#localized_options']);\n return '' . $output . $sub_menu . \"\\n\";\n}",
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="jquery.instagramFeed.min.js"></script>
<script src="scripts/index.js"></script>