| [ PHPXref.com ] | [ Generated: Sun Jul 20 16:35:25 2008 ] | [ bBlog 0.7.6 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 function identify_admin_help () { 3 return array ( 4 'name' =>'about', 5 'type' =>'builtin', 6 'nicename' =>'About', 7 'description' =>'Displays bBlog infomation', 8 'authors' =>'Eaden McKee <email@eadz.co.nz>', 9 'licence' =>'GPL' 10 ); 11 } 12 include BBLOGROOT.'inc/credits.php'; 13 $bBlog->assign('credits',$credits); 14 $bBlog->assign('title','About bBlog '.BBLOG_VERSION); 15 16 ob_start(); 17 include BBLOGROOT.'docs/LICENCE.txt'; 18 $bBlog->assign('licence',ob_get_contents()); 19 ob_end_clean(); 20 21 ob_start(); 22 include BBLOGROOT.'make_bookmarklet.php'; 23 $bBlog->assign('bookmarklet',ob_get_contents()); 24 ob_end_clean(); 25 26 $bBlog->display("about.html"); 27 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |