Add future framwork
[infodrom.org/service.infodrom.org] / Styles / service.style
index b9d97ac..5b33d99 100644 (file)
@@ -99,3 +99,11 @@ img.calendar {
 <define-tag calendar>
 <img class="calendar" src="<root_prefix>pix/calendar.gif" onclick="event.cancelBubble=true;popcalendar('%0');">
 </define-tag>
+
+<define-tag future>
+<script type="text/javascript" src="<root_prefix>/jquery-2.1.0.min.js"></script>
+<?php
+require_once('<root_prefix>/config.php');
+require_once('<root_prefix>/future.php');
+?>
+</define-tag>