Table of Contents

phpList Themes

phpList supports themes which style all pages of the application (administrative web UI and also public subscriber-facing pages).

phpList comes with Trevelin theme on default. Older versions than 3.4.6, include additionally Dressprow which is not currently maintained. Patches to Dressprow theme are still welcomed. Both themes are available for installation via GitHub.

Installation

Each phpList theme is contained within a single directory. To install a theme, put it inside the following phpList directory:

public_html/lists/admin/ui/

To enable a theme, edit your phpList config.php file and set the following variable, where 'theme-name' is the name of the directory of your theme in above folder:

$ui = 'theme-name';

E.g.:

$ui = 'dressprow';

Official themes

Two official currently exist:

Styling public pages (for subscribers)

In addition to the theming system, it is also possible to customise public pages, e.g. those used by subscribers for changing preferences and joining lists. See the phpList manual chapter 'Subscribe page design and configuration '.