$this->t->set_block('ht_sandbox_t','companionship_table_list','ct_list');
$this->t->set_var('submit_action',$GLOBALS['phpgw']->link('/tc/index.php','menuaction=tc.tc.ht_sandbox&action=add'));
-
+ $this->t->set_var('jquery_url',$GLOBALS['phpgw']->link('inc/jquery.js'));
+
$action = get_var('action',array('GET','POST'));
$this->t->set_var('title','Hometeaching Sandbox');
<center>
-<script type="text/javascript" src="/tc/inc/jquery.js"></script>
+<script type="text/javascript" src="{jquery_url}"></script>
<script type="text/javascript">
function updateSelections()