diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-07-15 21:04:17 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-07-15 21:06:53 +0200 |
commit | 9add072b8d611c2b078a462ed1fcc79d8017c2f1 (patch) | |
tree | 2779795a4e07d803a34292503e80af941b37dde2 /data/local/examples | |
parent | 463553f8216029942e478f6be346897e8ce2c83d (diff) |
Add data/local/examples
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data/local/examples')
-rw-r--r-- | data/local/examples/.gitignore | 1 | ||||
-rw-r--r-- | data/local/examples/header.inc.php | 4 | ||||
-rw-r--r-- | data/local/examples/style.css | 4 |
3 files changed, 9 insertions, 0 deletions
diff --git a/data/local/examples/.gitignore b/data/local/examples/.gitignore new file mode 100644 index 000000000..d838da986 --- /dev/null +++ b/data/local/examples/.gitignore @@ -0,0 +1 @@ +examples/ diff --git a/data/local/examples/header.inc.php b/data/local/examples/header.inc.php new file mode 100644 index 000000000..dce4cc5bd --- /dev/null +++ b/data/local/examples/header.inc.php @@ -0,0 +1,4 @@ +<!-- +This header will be included right after the <body> tag. +Use it to prepend your own site's navigation if needed. +--> diff --git a/data/local/examples/style.css b/data/local/examples/style.css new file mode 100644 index 000000000..846bd0118 --- /dev/null +++ b/data/local/examples/style.css @@ -0,0 +1,4 @@ +/* + * This style will be included after all other style sheets. + * Use it to override any CSS rule to suite your needs + */ |