<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body dir="ltr" bgcolor="#ffffff" text="#000000">
Do you mean something like a hook_token?<br>
Such a hook can return variables-like tokens. For example: <br>
<code>token_set('site')</code><br>
and then retrieved the same way with <br>
<code>token_get('site')</code><br>
<br>
The same naming convention can be used here as well: <code>token_set('drupal_site'),
token_set('simplenews_unsubscribe_uri')</code> etc.<br>
<br>
Is that what you meant?<br>
<br>
Zohar<br>
<br>
<br>
<br>
B&egrave;r Kessels wrote:
<blockquote cite="mid200612061425.28059.ber@webschuur.com" type="cite">
  <pre wrap="">Op woensdag 6 december 2006 13:30, schreef Konstantin K&auml;fer:
  </pre>
  <blockquote type="cite">
    <pre wrap="">If I understand it correctly, you mean something like this:

- The user has a list of possible values, for example:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
No, more a general place/code for something like: 
<a class="moz-txt-link-freetext" href="http://example.com/admin/settings/user">http://example.com/admin/settings/user</a>

Customize the body of the welcome e-mail, which is sent to new members upon 
registering. Available variables 
are: %username, %site, %password, %uri, %uri_brief, %mailto, %login_uri, %edit_uri, %login_url.

This is now hardcoded into user.module. And there are many more flavors and 
concepts that do almost the same, and need to hardcode this.

B&egrave;r
  </pre>
</blockquote>
</body>
</html>