15 lines
362 B
PHP
15 lines
362 B
PHP
<?php
|
|
/* utf-8 marker: äöü */
|
|
/* script.php build: 2011012801 */
|
|
$script = '
|
|
<script language="javascript" type="text/javascript">
|
|
function setLink(link){
|
|
|
|
//window.opener.CKEDITOR.tools.callFunction( 2, link );
|
|
window.opener.CKEDITOR.tools.callFunction('.$_GET['CKEditorFuncNum'].', link );
|
|
|
|
window.close();
|
|
}
|
|
</script>
|
|
';
|
|
?>
|