summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2009-02-06 11:55:57 +0000
committerMax Kremmel <xing@synapse.plus.com>2009-02-06 11:55:57 +0000
commitd0f391862ff68473761263f64fe1c754b7d53ccd (patch)
tree8fbe175c9e9f20ae5120428954044df5b7ab47b0
parent8ccce920e95365cc06739fada89320cf61d8d49a (diff)
downloadthemes-d0f391862ff68473761263f64fe1c754b7d53ccd.tar.gz
themes-d0f391862ff68473761263f64fe1c754b7d53ccd.tar.bz2
themes-d0f391862ff68473761263f64fe1c754b7d53ccd.zip
add docs
-rw-r--r--BitThemes.php12
1 files changed, 10 insertions, 2 deletions
diff --git a/BitThemes.php b/BitThemes.php
index 3f98c51..68fe8a4 100644
--- a/BitThemes.php
+++ b/BitThemes.php
@@ -1,7 +1,7 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_themes/BitThemes.php,v 1.93 2009/01/28 10:48:35 squareing Exp $
- * @version $Revision: 1.93 $
+ * @version $Header: /cvsroot/bitweaver/_bit_themes/BitThemes.php,v 1.94 2009/02/06 11:55:57 squareing Exp $
+ * @version $Revision: 1.94 $
* @package themes
*/
@@ -599,6 +599,14 @@ class BitThemes extends BitBase {
return $layouts;
}
+ /**
+ * cloneLayout
+ *
+ * @param array $pFromLayout
+ * @param array $pToLayout
+ * @access public
+ * @return boolean TRUE
+ */
function cloneLayout( $pFromLayout, $pToLayout ) {
global $gBitSystem;
$packages = array_keys( $gBitSystem->mPackages );