8 lines
117 B
PHP
Executable File
8 lines
117 B
PHP
Executable File
<?php js::set('type', $type)?>
|
|
<script>
|
|
$(function()
|
|
{
|
|
$('#<?php echo $type?>').addClass('active');
|
|
})
|
|
</script>
|