From 4effbf5b49b219dfde5e050f4e2b026c6d572425 Mon Sep 17 00:00:00 2001 From: mscherer Date: Mon, 11 Dec 2023 23:21:23 +0100 Subject: [PATCH] Fix up Icon helper move --- docs/Helper/Icon.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Helper/Icon.md b/docs/Helper/Icon.md index 54216297..67d93492 100644 --- a/docs/Helper/Icon.md +++ b/docs/Helper/Icon.md @@ -2,6 +2,8 @@ A CakePHP helper to handle most common font icons. Contains convenience wrappers. +Note: **DEPRECATED**, use [Templating plugin](https://github.com/dereuromark/cakephp-templating) and its Icon helper instead. + ## Setup Include helper in your AppView class as ```php