10 lines
400 B
PHP
10 lines
400 B
PHP
<script language='Javascript'>
|
|
$(document).ready(function()
|
|
{
|
|
$(".right a").colorbox({width:500, height:200, iframe:true, transition:'none'}); // The create lib link.
|
|
$("#modulemenu a:contains('<?php echo $lang->doc->editLib;?>')").colorbox({width:500, height:200, iframe:true, transition:'none'}); // The edit lib link.
|
|
});
|
|
</script>
|
|
<?php include '../../common/view/footer.html.php';?>
|
|
|