Stripping CVS keywords
This commit is contained in:
parent
000cc37f2f
commit
a19cf5aae0
@ -1,4 +1,3 @@
|
|||||||
# $Id$
|
|
||||||
|
|
||||||
|
|
||||||
--- README -------------------------------------------------------------
|
--- README -------------------------------------------------------------
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
// $Id$
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* There is a version of this file commented in great detail for educational purposes here:
|
/* There is a version of this file commented in great detail for educational purposes here:
|
||||||
* http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
|
* http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* There is a version of this file commented in great detail for educational purposes here:
|
/* There is a version of this file commented in great detail for educational purposes here:
|
||||||
* http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
|
* http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
; $Id$
|
|
||||||
name = SimpleMenu
|
name = SimpleMenu
|
||||||
description = Displays a menu bar with drop down items. By default it appears at the top of the screen with the Navigation menu.
|
description = Displays a menu bar with drop down items. By default it appears at the top of the screen with the Navigation menu.
|
||||||
core = 7.x
|
core = 7.x
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
// $Id$
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get rid of the variables used by simple menu.
|
* Get rid of the variables used by simple menu.
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// $Id$
|
|
||||||
(function($){
|
(function($){
|
||||||
|
|
||||||
Drupal.behaviors.simplemenuAttach = {
|
Drupal.behaviors.simplemenuAttach = {
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
// $Id$
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
; $Id$
|
|
||||||
name = SimpleMenu Devel Menu
|
name = SimpleMenu Devel Menu
|
||||||
description = Include the developer menu in the simplemenu tree.
|
description = Include the developer menu in the simplemenu tree.
|
||||||
dependencies[] = simplemenu
|
dependencies[] = simplemenu
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
// $Id$
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
; $Id$
|
|
||||||
name = SimpleMenu Inactive Parent Menu
|
name = SimpleMenu Inactive Parent Menu
|
||||||
description = Make all the parent menus inactive so users cannot click on them inadvertendly.
|
description = Make all the parent menus inactive so users cannot click on them inadvertendly.
|
||||||
dependencies[] = simplemenu
|
dependencies[] = simplemenu
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
// $Id$
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
; $Id$
|
|
||||||
name = SimpleMenu Multi-Menu support
|
name = SimpleMenu Multi-Menu support
|
||||||
description = Give support to display multiple menu in the top row.
|
description = Give support to display multiple menu in the top row.
|
||||||
dependencies[] = simplemenu
|
dependencies[] = simplemenu
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
// $Id$
|
|
||||||
|
|
||||||
function simplemenu_multi_menu_uninstall() {
|
function simplemenu_multi_menu_uninstall() {
|
||||||
variable_del('simplemenu_menus');
|
variable_del('simplemenu_menus');
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
// $Id$
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
.simplemenu-block {
|
.simplemenu-block {
|
||||||
height: 21px;
|
height: 21px;
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
.simplemenu-block {
|
.simplemenu-block {
|
||||||
height: 21px;
|
height: 21px;
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
# $Id$
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# Japanese translation of Drupal (modules-simplemenu)
|
# Japanese translation of Drupal (modules-simplemenu)
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user