DIR : /home/kozerus/public_html/piwigo/themes/smartpocket/admin/admin.inc.php
/home/kozerus/public_html/piwigo/themes/smartpocket/admin
<?php
// Need upgrade?
global $conf;
include(PHPWG_THEMES_PATH.'smartpocket/admin/upgrade.inc.php');
load_language('theme.lang', PHPWG_THEMES_PATH.'smartpocket/');
$config_send= array();
if(isset($_POST['submit_smartpocket']))
{
$config_send['loop'] = isset($_POST['loop']);
$config_send['autohide'] = (isset($_POST['autohide']) ? 5000 : 0);
conf_update_param('smartpocket', $config_send, true);
array_push($page['infos'], l10n('Information data registered in database'));
}
$template->set_filenames(array(
'theme_admin_content' => dirname(__FILE__) . '/admin.tpl'));
$template->assign('options', safe_unserialize($conf['smartpocket']));
$template->assign_var_from_handle('ADMIN_CONTENT', 'theme_admin_content');
?>
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer