diff options
| author | monte.ohrt <monte.ohrt@localhost> | 2009-03-22 16:09:05 +0000 |
|---|---|---|
| committer | monte.ohrt <monte.ohrt@localhost> | 2009-03-22 16:09:05 +0000 |
| commit | dcaa96a9f804ecb75d5d8e0138482c1cdf8d5c0f (patch) | |
| tree | 1a5e06e73dcdc46811b73e847c93fd3bc97273b2 /demo/configs | |
| download | smarty-dcaa96a9f804ecb75d5d8e0138482c1cdf8d5c0f.tar.gz smarty-dcaa96a9f804ecb75d5d8e0138482c1cdf8d5c0f.tar.bz2 smarty-dcaa96a9f804ecb75d5d8e0138482c1cdf8d5c0f.zip | |
rearrange things into distribution and development directories
Diffstat (limited to 'demo/configs')
| -rw-r--r-- | demo/configs/test.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/demo/configs/test.conf b/demo/configs/test.conf new file mode 100644 index 00000000..80cfea45 --- /dev/null +++ b/demo/configs/test.conf @@ -0,0 +1,22 @@ +title = Welcome to Smarty!
+cutoff_size = 40
+bold = false
+pageTitle = "This is mine"
+bodyBgColor = '#eeeeee'
+tableBorderSize = 3
+tableBgColor = "#bbbbbb"
+rowBgColor = #cccccc
+
+Intro = """This is a value that spans more
+ than one line. you must enclose
+ it in triple quotes."""
+
+Quote1 = """'value should contain a
+sigle quote'"""
+
+Quote2 = """ "value should contain a " double quote" """
+
+[setup]
+bold = true
+
+[params]
|
