source: extensions/Juza/themeconf.inc.php @ 4439

Last change on this file since 4439 was 4439, checked in by vdigital, 14 years ago

New Juza Theme: Draft version.

Current constraints are on representatives.

  • Thumbnails in .jpg,
  • Thumbnails prefix TN-,
  • Medium in jpg

On going minimized menu (including Tag support).
Cleaning on picture and others details.
Warning to users: heavy theme usage. jQuery actived on gallery side.
No configuration available currently. (Must come).

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 646 bytes
Line 
1<?php
2$themeconf = array(
3  'template' => 'yoga',
4  'theme' => 'Juza',
5  'icon_dir' => 'template/yoga/theme/Juza/icon',
6  'admin_icon_dir' => 'template/yoga/icon/admin',
7  'mime_icon_dir' => 'template/yoga/theme/Juza/icon/mimetypes/',
8  'local_head' => '
9<!--[if IE]>
10  <link rel="stylesheet" href="template/yoga/theme/Juza/theme-ie.css" type="text/css">
11<![endif]-->
12  ',
13  'juza-handler' => create_function('$arg', 'global $template, $themeconf;
14    $template->set_filenames(array("juza"=>"theme/Juza/script.tpl"));
15    $template->parse("juza");
16    return $arg;'),
17);
18add_event_handler('loc_after_page_header', $themeconf['juza-handler']);
19?>
Note: See TracBrowser for help on using the repository browser.