コード例 #1
0
ファイル: footer.inc.php プロジェクト: Jobava/narro
 * more details.
 *
 * You should have received a copy of the GNU General Public License along with this program; if not, write to the
 * Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 */
?>
    </div>
<?php 
if (class_exists('QApplication')) {
    if (QApplication::$Database[1]->EnableProfiling) {
        QApplication::$Database[1]->OutputProfiling();
    }
    if (SERVER_INSTANCE == 'dev') {
        QFirebug::table('Queries', @$GLOBALS['arrQueries']);
        QFirebug::info(sprintf('%d queries in total', count(@$GLOBALS['arrQueries'])));
        QFirebug::table('Cache', @$GLOBALS['arrCacheQueries']);
        QFirebug::info(sprintf('%d cache queries in total, %s seconds spent on them', count(@$GLOBALS['arrCacheQueries']), intval(@$GLOBALS['arrCacheQueriesSpent'])));
    }
}
/**
 * Yes, you are free to remove this footer
 */
?>
    <p align="center" style="font-size:small">
        <a target="_blank" href="http://code.google.com/p/narro/wiki/About">
            <?php 
echo sprintf(function_exists('t') ? t('%s, version %s') : '%s, version %s', 'Narro', NARRO_VERSION);
?>
        </a>
    </p>
    </body>