From ab1c9dc9c9ecc1f382b6c7512b014c11f08b6e5e Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 3 Sep 2013 19:55:26 -0700 Subject: add design tool menu to appropriate pages --- include/text.php | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/text.php b/include/text.php index 004efc08d..ac82e4429 100755 --- a/include/text.php +++ b/include/text.php @@ -1826,4 +1826,20 @@ function json_decode_plus($s) { $x = json_decode(str_replace(array('\\"','\\\\'),array('"','\\'),$s),true); return $x; -} \ No newline at end of file +} + + +function design_tools() { +// FIXME - this should be a template + + $o = '
'; + $o .= '

' . t('Design') . '

'; + $o .= '' . t('Blocks') . '' . EOL; + $o .= '' . t('Menus') . '' . EOL; + $o .= '' . t('Layouts') . '' . EOL; + $o .= '' . t('Pages') . '' . EOL; + $o .= '
'; + return $o; + +} + -- cgit v1.2.3