Skip to content
Snippets Groups Projects
Commit 779fb609 authored by The Great Git Migration's avatar The Great Git Migration Committed by Drupal Git User (LDAP)
Browse files

Stripping CVS keywords

parent 4ed747ef
Branches 4.0.x
No related tags found
No related merge requests found
<?php
// $Id$
include_once "includes/common.inc";
......
<?php
// $Id$
include_once "includes/common.inc";
......
<?php
// $Id$
include_once "includes/common.inc";
......
<?php
// $Id$
function conf_init() {
global $HTTP_HOST;
......
<?php
// $Id$
#
# Database settings:
......
<?php
// $Id$
function db_connect($url) {
$url = parse_url($url);
......
<?php
// $Id$
require_once 'DB.php';
......
<?php
// $Id$
// initialize modules:
function module_init() {
......
<?php
// $Id$
/**
* Basic theme
......
<?php // -*-c++-*-
// by Edd Dumbill (C) 1999-2001
// <edd@usefulinc.com>
// $Id$
// Copyright (c) 1999,2000,2001 Edd Dumbill.
......
<?php
// by Edd Dumbill (C) 1999-2001
// <edd@usefulinc.com>
// $Id$
// Copyright (c) 1999,2000,2001 Edd Dumbill.
// All rights reserved.
......
<?php
// $Id$
include_once "includes/common.inc";
......
<?php
// $Id$
include_once "includes/common.inc";
......
<?php
// $Id$
function archive_system($field){
$system["description"] = t("Displays a calendar to navigation old content.");
......
<?php
// $Id$
function block_help() {
?>
......
<?php
// $Id$
function blog_system($field){
$system["description"] = t("Enables keeping a blog or easily and regularly updated web page.");
......
<?php
// $Id$
function book_system($field){
$system["description"] = t("Allows users to collaboratively author a book.");
......
<?php
// $Id$
function cloud_help($type = "administrator") {
if ($type == "user") {
......
<?php
// $Id$
$GLOBALS["cmodes"] = array(1 => "Flat list - collapsed", 2 => "Flat list - expanded", 3 => "Threaded list - collapsed", 4 => "Threaded list - expanded");
$GLOBALS["corder"] = array(1 => "Date - newest first", 2 => "Date - oldest first");
......
<?php
// $Id$
function forum_system($field){
$system["description"] = t("Allows threaded discussions about general topics.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment