From d21c1bb13875189ab25f7bce4f05cc3fedaa4904 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 25 Oct 2012 15:42:06 +0200 Subject: correction marquage des articles en js --- app/views/entry/read.phtml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 app/views/entry/read.phtml (limited to 'app/views/entry/read.phtml') diff --git a/app/views/entry/read.phtml b/app/views/entry/read.phtml new file mode 100755 index 000000000..4d0a84f45 --- /dev/null +++ b/app/views/entry/read.phtml @@ -0,0 +1,15 @@ + Request::controllerName (), + 'a' => Request::actionName (), + 'params' => Request::params (), +)); + +echo json_encode (array ('url' => preg_replace ('#&#i', '&', $url))); -- cgit v1.2.3