Install

Using Composer to manage Drupal site dependencies

Alternative installation files

Download echo-8.x-1.8.tar.gztar.gz 8.65 KB
MD5: a1275f11bc2bf56549ffc59e2103f92e
SHA-1: 97d599aa745f5b87792c19a3ef878e335c651e00
SHA-256: f1b7ee4b2fa7c2d02a87922f6d74f574ad536539418e76418e10f03274a3195d
Download echo-8.x-1.8.zipzip 10.28 KB
MD5: 2ab6a54ee2a769d2744d6ef806a03ac6
SHA-1: fae261253a4c02973c88c4eeefa485245c65bdb5
SHA-256: 73a897f2daefeb1c8884d3615063d3bbc220b022ae049287076fd447c7556397

Release notes

Changes:

Echo

Wraps content in a themed webpage.

This very simple module contains only one externally useful function:

echo_themed_page($title, $content, $theme)

Returns a page themed for the anonymous user.

Generates the text of a fully-themed Drupal page. The rendered page is returned as a text string instead of being sent to the browser. The theme system can thus be used to style any HTML message as if it had been generated by the live website.

Parameters

$title The text to display as the page title.

$content The text to display in the main page content region.

$theme The machine-readable name of the theme to use.

Return value

A string containing the fully-themed page.

Created by: pillarsdotnet
Created on: 4 Nov 2011 at 17:47 UTC
Last updated: 4 Nov 2011 at 17:50 UTC
Bug fixes

Other releases