source: extensions/event_cats/admin/duplication.inc.php @ 4233

Last change on this file since 4233 was 4233, checked in by LucMorizur, 14 years ago

[Event Cats] Duplication management

File size: 226 bytes
Line 
1<?php
2
3$t = read_ec_conf('reg_display');
4if ($t == '0') $reg_display = array('0', '');
5else $reg_display = explode(';', $t);
6
7$template->assign('reg_display', $reg_display);
8$template->assign('ec_conf', $ec_conf);
9
10?>
Note: See TracBrowser for help on using the repository browser.