From f9ac31d6712b4400a616e49d6217d55edb0daf9c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 Dec 2011 23:57:27 +0400 Subject: move tweet button to a plugin, implement basic support for article action button plugins --- index.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index d08afa6ef..9d17da7bc 100644 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ exit; } - set_include_path(get_include_path() . PATH_SEPARATOR . + set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) ."/include"); require_once "functions.php"; @@ -40,6 +40,16 @@ + "; + } + } ?> + + -- cgit v1.2.3