|
From: <ken...@us...> - 2008-10-31 18:11:11
|
Revision: 837
http://andro.svn.sourceforge.net/andro/?rev=837&view=rev
Author: kendowns
Date: 2008-10-31 18:11:06 +0000 (Fri, 31 Oct 2008)
Log Message:
-----------
executes vgfset('x6',true) on x6 pages so other framework code can throw switches.
Modified Paths:
--------------
trunk/andro/lib/index_hidden.php
Modified: trunk/andro/lib/index_hidden.php
===================================================================
--- trunk/andro/lib/index_hidden.php 2008-10-31 18:10:30 UTC (rev 836)
+++ trunk/andro/lib/index_hidden.php 2008-10-31 18:11:06 UTC (rev 837)
@@ -471,6 +471,8 @@
,'script'=>array()
);
+ vgfSet('x6',true);
+
# This little bit of magic loads up the CSS information
# for the current template and skin, allowing downstream
# code to determine how much space they have to work with
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|