------------------------------------------------------------
revno: 1010
committer: Jon Phillips <[email protected]>
branch nick: public
timestamp: Sun 2012-01-08 17:28:21 +0800
message:
removed a todo
modified:
index.php
--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk
Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'index.php'
--- index.php 2012-01-06 12:32:19 +0000
+++ index.php 2012-01-08 09:28:21 +0000
@@ -51,14 +51,11 @@
require_once("libs/widgets.php");
$layout = new CreateLayout();
-/**
- * @todo need to define these before use + integrate into @see widgets.php
- */
-
-$noheaders = false;
+$noheaders = false;
+$nogui = false;
if (isset($global_widget)) {
- $noheaders = true;
- $nogui = true;
+ $noheaders = true;
+ $nogui = true;
}
@@ -83,8 +80,7 @@
$html_output = $aiki->languages->L10n($html_output);
/**
- * Tidy html using libtidy
- * @todo abstract this use of libtidy here
+ * Tidy html using libtidy, or output compressed output, or just output.
*/
if ( extension_loaded('tidy') &&
function_exists('tidy_parse_string') &&
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help : https://help.launchpad.net/ListHelp