Nicholas
Support Dept.To create a new template simply copy the contents of /app/Views/default to /app/Views/new and /public/css/default to /public/css/new then update /app/Views/new/header.html.php and change path to style.css file from 'css/default/style.css' to 'css/new/style.css'.
Now you have a new template you can edit and use by setting the following option in /app/Config/App.php:
'theme' => 'new',
Nicholas
Support Dept.This guide is outdated and will not work for phpListings 1.0.5+