/nasmail/functions/html.phphtml.php
The idea is to inlcude here some functions to make easier the right to left implementation by "functionize" some html outputs.
echo_template_var (line 186)
Temporary test function to process template vars with formatting.
I use it for viewing the message_header (view_header.php) with a sort of template.
html_tag (line 28)
Generate html tags
Function flips 'left' and 'right' alignment tags in RTL translations
nsm_fix_session_url (line 251)
Adds session id to URL, if it is needed
Function makes sure that session id is included in URLs unsupported by PHP session.use_trans_sid.
If you want to do HTTP redirect with PHP header() function, use nsm_http_redirect().
WARNING: don't use function with external urls.
nsm_html2txt (line 269)
Converts HTML to plain text.
nsm_http_redirect (line 226)
Function sends HTTP 302 header and handles session.use_trans_sid differences.
WARNING: don't use function for redirection to external urls.
set_url_var (line 104)
handy function to set url vars
especially usefull when $url = $PHP_SELF
stripos (line 384)
Case insensitive strpos for PHP 4.x
Documentation generated on Sun, 22 Nov 2009 17:36:37 +0200 by phpDocumentor 1.4.3