Google tag

Pages

CouchCMS Change Login Panel Title

Code:
// Admin Panel
$t['admin_panel'] = 'Admin Panel';
$t['login_title'] = 'CouchCMS';

Simple trick how to toggle dokuwiki sidebar

How to Toggle Dokuwiki Sidebar (Modify a bit on template)
1. Go to lib > tpl > dokuwiki > main.php
2. Paste below script under

3. Done !

Delphi TStringList Delimiter Always use Spaces Bar Together

sl[1] SHOULD return 'foo bar'

sl[1] DOES return 'foo'

It seems that the delimiter now is '^' AND ' '

Solution :

Use s1.StrictDelimiter := True