This is a web interface to the Dragonfly CMS CVS tree. You can browse the file hierarchy by picking directories. If you pick a file, you will see the revision history for that file.
Selecting a revision number will show that revision of the file. There are links at each revision to display diffs, annotate and download.
Note: Info about CVS and our commits can be found at our
CVS Info Forum
File name:
html/footer.php
Revision :
10.5 => 10.6 (1 year 6 month 1 week 21 hour 35 minute 36 second ago) by
nanocaiordo
Changed :
+3 -4 lines
Comment:
Playing with module and blocks.
--- html/footer.php:10.5 Tue Nov 1 02:38:19 2011
+++ html/footer.php Fri Nov 11 12:32:28 2011
@@ -9,9 +9,9 @@
of the GNU GPL version 2 or any later version
$Source: /cvs/html/footer.php,v $
- $Revision: 10.5 $
+ $Revision: 10.6 $
$Author: nanocaiordo $
- $Date: 2011/11/01 02:38:19 $
+ $Date: 2011/11/11 12:32:28 $
**********************************************/
if (!defined('CPG_NUKE')) { exit; }
global $db, $SESS, $cpgtpl, $Blocks, $DF;
@@ -41,10 +41,9 @@
<a href="'.URL::index('privacy_policy').'">Privacy Policy</a></div>';
}
-$Blocks->display('d');
themefooter();
$DF->setState(DF::BOOT_DOWN);
-$cpgtpl->__destruct(); // FORCING closure now
+$cpgtpl->destroy(); // FORCING closure now
$SESS->write_close();
$db->sql_close();
exit;