From 02dff7fc129a2948319db7940184db93a1556ac9 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 19 Mar 2012 18:43:20 +0000 Subject: [PATCH] docs --- contrib/blocks/main.php | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/contrib/blocks/main.php b/contrib/blocks/main.php index 8acb67e5..7b2e7826 100644 --- a/contrib/blocks/main.php +++ b/contrib/blocks/main.php @@ -4,28 +4,7 @@ * Author: Shish * Link: http://code.shishnet.org/shimmie2/ * License: GPLv2 - * Description: Add HTML to some space - * Documentation: - * Any HTML is allowed - *
Separate different blocks with a line of 4 dashes - *
Within each block, some settings can be set. - *
Example settings - *
- *  Title: some text
- *  Area: main
- *  Priority: 100
- *  Pages: *
- *  
- *  Here is some <b>html</b>
- *  ----
- *  Title: another block, on the left this time
- *  Priority: 0
- *  Pages: post/view/*
- *  
- *  Area can be "left" or "main" in the default theme
- *  other themes may have more areas. Priority has 0
- *  near the top of the screen and 100 near the bottom
- *  
+ * Description: Add HTML to some space (News, Ads, etc) */ class Blocks extends Extension {