From 083c489b56739da08da851dff5085dedabb8cf63 Mon Sep 17 00:00:00 2001 From: Moc Date: Sat, 14 Jun 2014 21:46:20 +0200 Subject: [PATCH] Clean-up "bootstrap 1.0" theme example help text --- e107_themes/bootstrap/theme_config.php | 35 +++++--------------------- 1 file changed, 6 insertions(+), 29 deletions(-) diff --git a/e107_themes/bootstrap/theme_config.php b/e107_themes/bootstrap/theme_config.php index d97845ab0..9b81f826a 100644 --- a/e107_themes/bootstrap/theme_config.php +++ b/e107_themes/bootstrap/theme_config.php @@ -32,37 +32,14 @@ class theme_bootstrap implements e_theme_config function help() { - $text = "Need reasons to love Bootstrap? Look no further. -

By nerds, for nerds.

Built at Twitter by @mdo and @fat, Bootstrap utilizes LESS CSS, is compiled via Node, and is managed through GitHub to help nerds do awesome stuff on the web. -

Made for everyone.

Bootstrap was made to not only look and behave great in the latest desktop browsers (as well as IE7!), but in tablet and smartphone browsers via responsive CSS as well. -

Packed with features.

A 12-column responsive grid, dozens of components, JavaScript plugins, typography, form controls, and even a web-based Customizer to make Bootstrap your own. + $text = " + Need reasons to love Bootstrap? Look no further. +

By nerds, for nerds.

Built at Twitter by @mdo and @fat, Bootstrap utilizes LESS CSS, is compiled via Node, and is managed through GitHub to help nerds do awesome stuff on the web. +

Made for everyone.

Bootstrap was made to not only look and behave great in the latest desktop browsers (as well as IE7!), but in tablet and smartphone browsers via responsive CSS as well. +

Packed with features.

A 12-column responsive grid, dozens of components, JavaScript plugins, typography, form controls, and even a web-based Customizer to make Bootstrap your own. "; - return $text; - - - - return " -
- - - All the HTML that you want.

- - - Mauris sit amet arcu arcu. Curabitur ultrices, felis ac sagittis elementum, justo dolor posuere eros, eu sollicitudin eros mi nec leo. Quisque sapien justo, ultricies at sollicitudin non; rhoncus vel nisi. Fusce egestas orci a diam vestibulum ut gravida ipsum tristique. Nullam et turpis nibh; eu dapibus ligula. Fusce ornare massa ac ante tincidunt euismod varius augue volutpat? Suspendisse potenti. Morbi eget velit in nulla tristique ultricies suscipit consequat ligula. Integer quis arcu vel sem scelerisque gravida vitae vel tortor! Suspendisse tincidunt scelerisque nibh, quis consectetur mauris varius sit amet! Pellentesque et urna vel est rutrum viverra? - -

- - - - -
- "; + return "
".$text."
"; } }