DIR : /home/kozerus/public_html/piwigo/themes/modus/admin/maintain.inc.php
/home/kozerus/public_html/piwigo/themes/modus/admin
<?php
function theme_activate($id, $version, &$errors)
{
global $conf;
include_once( dirname(dirname(__FILE__)).'/functions.inc.php');
$default_conf = modus_get_default_config();
$my_conf = @$conf['modus_theme'];
$my_conf = @unserialize($my_conf);
if (empty($my_conf))
$my_conf = $default_conf;
$my_conf = array_merge($default_conf, $my_conf);
$my_conf = array_intersect_key($my_conf, $default_conf);
conf_update_param('modus_theme', addslashes(serialize($my_conf)) );
}
function theme_delete()
{
$query = 'DELETE FROM ' . CONFIG_TABLE . ' WHERE param="modus_theme"';
pwg_query($query);
}
?>
//
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