Skip to content

Instantly share code, notes, and snippets.

View elwan's full-sized avatar

Elwan Ndiaye elwan

View GitHub Profile
@elwan
elwan / drupalsms.module
Created December 27, 2011 02:58
Drupal
<?php
//Créer un petit menu qui va gérer notre application
function drupalsms_menu() {
$items=array();
$items['admin/drupalsms']= array(
'title' => 'Drupal SMS',
'description' => 'Push SMS service',
'page callback' => 'drupal_get_form',
'page arguments' => array ('drupalsms_send'),
@elwan
elwan / drupalsms.info
Created December 27, 2011 02:59
Drupal
name = drupalsms
description = push sms with drupal
core = 6.22