array('url' => 'index.php', 'text' => __('Home') ), 'libinfo' => array('url' => 'index.php?p=libinfo', 'text' => __('Library Information') ), 'member' => array('url' => 'index.php?p=member', 'text' => __('Member Area') ), 'librarian' => array('url' => 'index.php?p=librarian', 'text' => __('Librarian') ), 'help' => array('url' => 'index.php?p=help', 'text' => __('Help on Search') ), 'login' => array('url' => 'index.php?p=login', 'text' => __('Librarian LOGIN') ) ); /*---------------------------------------------------- social button you may modified as you need. ----------------------------------------------------*/ $social = array ( 'facebook' => array('url' => 'http://www.facebook.com/groups/senayan.slims/', 'text' => 'Facebook' ), 'twitter' => array('url' => 'http://twitter.com/#!/slims_official', 'text' => 'Twitter' ), 'youtube' => array('url' => 'http://www.youtube.com/user/senayanslims', 'text' => 'Youtube' ), 'gihub' => array('url' => 'https://github.com/slims/', 'text' => 'Github' ), 'forum' => array('url' => 'http://slims.web.id/forum/', 'text' => 'Forum' ) ); ?> <?php echo $page_title; ?>

query('SELECT biblio_id, title, image FROM biblio WHERE promoted=1 ORDER BY last_update LIMIT 10'); if ($num_rows = $topbook->num_rows) : ?>