1.34) // ------------------------------------------------------------ // Settings (define before here, if you want) // Set site identities $_IMAGE['skin']['favicon'] = ''; // Sample: 'image/favicon.ico'; // Select theme if (! defined('TDIARY_THEME')) define('TDIARY_THEME', 'loose-leaf'); // Default // Show link(s) at your choice, with
design // NOTE: Some theme become looking worse with this! // NULL = Show nothing // 0 = Show topicpath // 1 = Show reload URL if (! defined('TDIARY_CALENDAR_DESIGN')) define('TDIARY_CALENDAR_DESIGN', NULL); // NULL, 0, 1 // Show / Hide navigation bar UI at your choice // NOTE: This is not stop their functionalities! if (! defined('PKWK_SKIN_SHOW_NAVBAR')) define('PKWK_SKIN_SHOW_NAVBAR', 1); // 1, 0 // Show toolbar at your choice, with