/*
Plugin Name: CM Opening Hours
Description: This Plugin enables you to manage your opening hours in WordPress. It lets you set them up in a settings page and display them in two widgets. Based on plugin from Jannik Portz
Version: 1.3.1
Author: Codemountain
Author URI: http://codemountain.ca
*/
/*
WPML comptabile FR EN version of plugin by:
Copyright 2013 Jannik Portz (email : webmaster@jannikportz.de)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
/* AUTO update
*********************************/
require('plugin-updates/plugin-update-checker.php');
$MyUpdateChecker = PucFactory::buildUpdateChecker(
'http://wp.codemountain.ca/update_server/?action=get_metadata&slug=cmountain-opening-hours', //Metadata URL.
__FILE__, //Full path to the main plugin file.
'cmountain-opening-hours' //Plugin slug. Usually it's the same as the name of the directory.
);
/**
* Globals
*/
function op_textdomain() {
return apply_filters( 'op_textdomain', 'opening_hours');
}
function op_basepath() {
return plugin_dir_path ( __FILE__ );
}
function op_baseurl() {
return plugins_url ( false, __FILE__ );
}
/**
* Register Textdomain
*/
load_plugin_textdomain( op_textdomain() , false, apply_filters( 'op_language_path', basename( op_basepath() ) . '/lang/' ));
function op__ ( $msg ) {
return __( $msg, op_textdomain() );
}
function op_e ( $msg ) {
echo op__( $msg );
}
/**
* Require Files
*/
include op_basepath() . '/lib/classes/OpeningHours.class.php';
include op_basepath() . '/lib/classes/OpeningPeriod.class.php';
include op_basepath() . '/lib/classes/HolidayPeriod.class.php';
include op_basepath() . '/lib/classes/SpecialOpening.class.php';
include op_basepath() . '/lib/functions.php';
include op_basepath() . '/lib/init.php';
include op_basepath() . '/lib/widgets.php';
include op_basepath() . '/lib/template-tags.php';
include op_basepath() . '/lib/shortcodes.php';
?>
À propos | Bien plus qu’un Take Out | Cantine de la gare
L’équipe de travail compte plus de 150 ans d’expérience. Encore aujourd’hui, cet endroit convivial demeure l’idéal pour une rencontre entre amis ou un repas vite fait en famille.
Avec sa terrasse pouvant accueillir jusqu’à 25 personnes, ce lieu est régulièrement fréquenté pour se réunir en été afin de déguster la meilleure poutine en ville.
De plus, à deux pas de la Gare et à proximité des bars, la cantine demeure ouverte jusqu’aux petites heures du matin afin de servir et de satisfaire le plus grand nombre ! Jetez un coup d’œil à nos heures d’ouverture.
Qualité et fraîcheur
Les fidèles employés de la Cantine connaissent l’importance de servir des repas frais et de qualité à leurs clients. C’est pourquoi nos frites sont faites avec des pommes de terre provenant directement de notre producteur local. La fraîcheur est ainsi garantie dans votre assiette. Vous avez l’eau à la bouche ? Consultez notre Menu.
Enfin, la Cantine de la Gare c’est beaucoup plus qu’un simple Take out. C’est un endroit dans lequel les employés vous accueillent avec le sourire et vous servent exactement ce dont vous avez envie !