From 8c72acbacb8fd4da39d505e8ac52e7e0cceed418 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Wed, 13 Mar 2013 19:09:29 +0100 Subject: Suppression code HTML inutile + amélioration CSS + restructuration du layout + correction bug mise à jour d'articles lorsqu'on visualise une catégorie MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/layout/aside.phtml | 46 ---------------------------------------- app/layout/aside_configure.phtml | 17 +++++++++++++++ app/layout/aside_feed.phtml | 20 +++++++++++++++++ app/layout/aside_flux.phtml | 46 ++++++++++++++++++++++++++++++++++++++++ app/layout/configure_aside.phtml | 17 --------------- app/layout/layout.phtml | 8 +------ 6 files changed, 84 insertions(+), 70 deletions(-) delete mode 100644 app/layout/aside.phtml create mode 100644 app/layout/aside_configure.phtml create mode 100644 app/layout/aside_feed.phtml create mode 100644 app/layout/aside_flux.phtml delete mode 100644 app/layout/configure_aside.phtml (limited to 'app/layout') diff --git a/app/layout/aside.phtml b/app/layout/aside.phtml deleted file mode 100644 index f1f14cfc0..000000000 --- a/app/layout/aside.phtml +++ /dev/null @@ -1,46 +0,0 @@ -
- cat_aside)) { ?> - - -
diff --git a/app/layout/aside_configure.phtml b/app/layout/aside_configure.phtml new file mode 100644 index 000000000..225026810 --- /dev/null +++ b/app/layout/aside_configure.phtml @@ -0,0 +1,17 @@ +
+ +
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml new file mode 100644 index 000000000..98a82d6a7 --- /dev/null +++ b/app/layout/aside_feed.phtml @@ -0,0 +1,20 @@ +
+ +
diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml new file mode 100644 index 000000000..f1f14cfc0 --- /dev/null +++ b/app/layout/aside_flux.phtml @@ -0,0 +1,46 @@ +
+ cat_aside)) { ?> + + +
diff --git a/app/layout/configure_aside.phtml b/app/layout/configure_aside.phtml deleted file mode 100644 index 26a111045..000000000 --- a/app/layout/configure_aside.phtml +++ /dev/null @@ -1,17 +0,0 @@ -
- -
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index 4adcbef45..5cc128fc8 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -11,13 +11,7 @@ partial ('header'); ?>
- - partial ('aside'); ?> - - -
- render (); ?> -
+ render (); ?>
partial ('persona'); ?> -- cgit v1.2.3