Skip to content
This repository was archived by the owner on May 28, 2019. It is now read-only.

Creating a Theme

Johan Strydom edited this page May 31, 2013 · 5 revisions

For the Theme, simply create a new folder under /themes. The new folder's name should be the theme name. Within the folder a file called default.css is created. Within default.css all the css styling for the theme can be made. E.g.

/themes/mytheme /themes/mytheme/default.css

Activate the theme

To activate the theme, replace $_TSAMA_CONFIG['THEME'] = 'default' with the name of your theme in the /conf/site.conf.php file

E.g.

$_TSAMA_CONFIG['THEME'] = 'mytheme';

Table of contents

Introduction

Installation and Configuration

Predefined Constants and Globals

Creating a Layout

Creating a Theme

Creating a Service

Configuring a Service

Clone this wiki locally