diff options
author | pafcu <pafcu@iki.fi> | 2014-10-21 00:02:08 +0300 |
---|---|---|
committer | pafcu <pafcu@iki.fi> | 2014-10-21 00:02:08 +0300 |
commit | 6fbd77069b8792b48cfbd45bd476b8acb5f98ed6 (patch) | |
tree | 7f1303769398dc0862a2941e64e7a42e4e39d10d /doc/macros | |
parent | 6ee514579f85927e60fa5ebd2b89f97cbfe6544d (diff) | |
parent | c080c420ba4e9f216708b63fdddb5c03bbea72c9 (diff) | |
download | volse-hubzilla-6fbd77069b8792b48cfbd45bd476b8acb5f98ed6.tar.gz volse-hubzilla-6fbd77069b8792b48cfbd45bd476b8acb5f98ed6.tar.bz2 volse-hubzilla-6fbd77069b8792b48cfbd45bd476b8acb5f98ed6.zip |
Merge pull request #2 from friendica/master
Sync with upstream
Diffstat (limited to 'doc/macros')
-rw-r--r-- | doc/macros/addons_footer.bb | 2 | ||||
-rw-r--r-- | doc/macros/cloud_footer.bb | 2 | ||||
-rw-r--r-- | doc/macros/main_footer.bb | 1 | ||||
-rw-r--r-- | doc/macros/troubleshooting_footer.bb | 2 |
4 files changed, 7 insertions, 0 deletions
diff --git a/doc/macros/addons_footer.bb b/doc/macros/addons_footer.bb new file mode 100644 index 000000000..f6b687a23 --- /dev/null +++ b/doc/macros/addons_footer.bb @@ -0,0 +1,2 @@ +Return to the [zrl=[baseurl]/help/addons]Addons documentation[/zrl] +Return to the [zrl=[baseurl]/help/addons]Main documentation[/zrl] diff --git a/doc/macros/cloud_footer.bb b/doc/macros/cloud_footer.bb new file mode 100644 index 000000000..798cc9ea6 --- /dev/null +++ b/doc/macros/cloud_footer.bb @@ -0,0 +1,2 @@ +Return to the [zrl=[baseurl]/help/cloud]Cloud documentation[/zrl] +Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] diff --git a/doc/macros/main_footer.bb b/doc/macros/main_footer.bb new file mode 100644 index 000000000..08f671ded --- /dev/null +++ b/doc/macros/main_footer.bb @@ -0,0 +1 @@ +Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl] diff --git a/doc/macros/troubleshooting_footer.bb b/doc/macros/troubleshooting_footer.bb new file mode 100644 index 000000000..c7603a62b --- /dev/null +++ b/doc/macros/troubleshooting_footer.bb @@ -0,0 +1,2 @@ +[zrl=[baseurl]/help/troubleshooting]Troubleshooting documentation[/zrl] +[zrl=[baseurl]/help/troubleshooting]Documentation Main Page[/zrl] |