diff options
author | friendica <info@friendica.com> | 2013-11-09 12:10:54 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-09 12:10:54 -0800 |
commit | 1f16dd3bb029476c67d1707077b98af91d374597 (patch) | |
tree | aa90eaf592d39b7e3a989a31f091ca1ed07856a0 /view | |
parent | 3a9cbcaf011f5c5d423e1cd99b43442669692129 (diff) | |
parent | bbe16eba346274daae7532158e997b7becde5cc2 (diff) | |
download | volse-hubzilla-1f16dd3bb029476c67d1707077b98af91d374597.tar.gz volse-hubzilla-1f16dd3bb029476c67d1707077b98af91d374597.tar.bz2 volse-hubzilla-1f16dd3bb029476c67d1707077b98af91d374597.zip |
Merge pull request #195 from beardy-unixer/master
Fix safe search and also make it an xconfig
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/safesearch.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/safesearch.tpl b/view/tpl/safesearch.tpl new file mode 100644 index 000000000..92c3db2a5 --- /dev/null +++ b/view/tpl/safesearch.tpl @@ -0,0 +1,2 @@ +<h1>Safe Mode</h1> +<a href="toggle_safesearch">{{$toggle}}</a> |