From 4f53d726ffb26d841f3f5c8897bfd4d07d6182a5 Mon Sep 17 00:00:00 2001 From: Jeongkyu Shin Date: Wed, 11 Mar 2015 13:21:29 +0900 Subject: [PATCH] refs #1543 : added - wiki link block button on toolbar (Working in progress) - --- plugins/WikiCube/index.php | 24 ++++++++++++++++++++++-- plugins/WikiCube/index.xml | 1 + 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/plugins/WikiCube/index.php b/plugins/WikiCube/index.php index 633cec7c9..4bc30a03e 100644 --- a/plugins/WikiCube/index.php +++ b/plugins/WikiCube/index.php @@ -3,9 +3,9 @@ ---------------------------------- Version 0.14 Starts at : Apr. 5, 2006 - Last modified at : Mar. 9, 2015 + Last modified at : Mar. 11, 2015 (WIP) - jeongkyu Shin. + Jeongkyu Shin. E-mail : inureyes@gmail.com @@ -58,6 +58,26 @@ function WikiCube_FormatErrorPage($target) { return $target.$additional; } +function WikiCube_AddButton($target) { + ob_start(); +?> + + +