D7 - currently in the process of building a Drupal 7 module.
This module provides an interface for managing arbitrary key-value pairs stored in Drupal's 'variables' table.
Constants are simple key-value pairs. They are stored in Drupal's core 'variables' table with a 'CONSTANT:' namespace to differentiate them from other variables. The module provides simple get-save-delete functions to mask the namespace.
Constants aren't really constant at all, but are ideal for replacing values that might otherwise be hard-coded as PHP constants.
For example, node id's are often hard-coded for theming purposes, but can change from site to site, so this allows for easy management of those values. This UI can also be used for any other scenario where a whole admin UI isn't needed to manage a few variables.
Alphorn is an impressive dark theme, available in 3 options: default, grey and green. Built for flexible uses, three menu options available, flexible layout, different combinations for you to choose. The overall design aim is, not to be complicated, but to be sufficiently enough. It can be your personal homepages, company profiles or anything similar.
Install profile
See the full preview, demo and out-of-the-box install profile download at Alphorn in Symphony.
There is a settings page where admins can control which project to link to. On the settings page, the shortname controls the urls whereas the longname controls the titles.
The example use case is on a demonstration site, whereby the block will show the links to the drupal.org project page, issues queue, usage statistics and drupal modules profile for the module/theme/profile you select.