|
Revision 300, 381 bytes
(checked in by schst, 4 years ago)
|
Fixed Warnings and Notices (Bug #82)
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
<!-- $Id$ --> |
|---|
| 2 |
<patTemplate:tmpl name="var_storage"> |
|---|
| 3 |
</patTemplate:tmpl> |
|---|
| 4 |
<patTemplate:tmpl name="page" type="condition" conditionvar="title" varscope="var_storage"> |
|---|
| 5 |
|
|---|
| 6 |
<patTemplate:sub condition="__default"> |
|---|
| 7 |
The title '{TITLE}' has been set.<br /> |
|---|
| 8 |
</patTemplate:sub> |
|---|
| 9 |
|
|---|
| 10 |
<patTemplate:sub condition="__empty"> |
|---|
| 11 |
No title has been set.<br /> |
|---|
| 12 |
</patTemplate:sub> |
|---|
| 13 |
|
|---|
| 14 |
</patTemplate:tmpl> |
|---|