From 013887ce2bfa319cc221603e16c19bc3cf3cf8da Mon Sep 17 00:00:00 2001 From: Robert Boloc Date: Thu, 24 Oct 2013 20:54:30 +0200 Subject: [PATCH] added README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6436d63..3173b7f 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,11 @@ the page uri to identify a thread. The module comes with 2 themes for now. To implement new ones create a new partial view in `view/theme/yourtheme` using as base the existing ones. + Use your new theme calling `$this->rbComment('yourtheme')` +The current themes (and possible values of the `$theme` parameter) are : + ##### default Basic theme with no external dependencies. Contains the minimum styling to make it look decent.