From LifeType Wiki
[edit] LifeType Configuration
Some LifeType configuration items that administrators may want to change are included in template and php files. Here is a list of some of them.
[edit] Email
E-mail subjects
All Subjects are localized and available in the locale file in /locale/. There are 3 different subjects you may want to customize:
$messages['notification_subject'] $messages['registration_default_subject'] $messages['password_reset_subject']
Trackback and comment email contents
The contents of the email sent to your user when a trackback ping or a comment is received on one of their posts is in:
/templates/misc/email_notifier.template
You may want to change it to reflect your site.
[edit] Summary & Admin Templates
Welcome Message
The welcome message on the summary page is located in:
/templates/summary/index.template
You will want to edit it to be specific to your site.
Agreement Text
The agreement text that appears on the 1st page of registration is located in:
/templates/summary/agreement.template
You will want to edit it to be specific to your site.
Header Image
The image that appears in the header of the admin and summary pages is defined in the #header style definition in:
/styles/summary-rtl.css and /styles/summary.css
It is set to "../imgs/top_admin.png" by default. If you are using the default admin and summary templates, you will want to edit or replace it to be specific to your site.
