From dca742934541e0fa14248b66e2d8e3893b5852ae Mon Sep 17 00:00:00 2001 From: Nick Payne Date: Mon, 7 Nov 2011 22:14:51 +0000 Subject: [PATCH] adding shortlinks module (fixes #662) --- apps/shortlinks/controllers/shortlinks.php | 13 +++++++++++++ apps/shortlinks/paths.php | 4 ++++ public/css/main.css | 4 ++++ settings/build.ini | 1 + settings/live.ini | 1 + 5 files changed, 23 insertions(+) create mode 100644 apps/shortlinks/controllers/shortlinks.php create mode 100644 apps/shortlinks/paths.php diff --git a/apps/shortlinks/controllers/shortlinks.php b/apps/shortlinks/controllers/shortlinks.php new file mode 100644 index 0000000..0006f5e --- /dev/null +++ b/apps/shortlinks/controllers/shortlinks.php @@ -0,0 +1,13 @@ +redirect(array( + "app" => "blog", + "controller" => "Blog", + "action" => "view_post", + "month" => "2011/11", + "url" => "bootbox-js-alert-confirm-dialogs-for-twitter-bootstrap", + )); + } +} diff --git a/apps/shortlinks/paths.php b/apps/shortlinks/paths.php new file mode 100644 index 0000000..2f8bb11 --- /dev/null +++ b/apps/shortlinks/paths.php @@ -0,0 +1,4 @@ +