Originariamente inviato da TheShark07
dove mancano le virgolette?
codice:
function insertReadmore2(editor) {
				var address = "<?php echo $address; ?>";
				var text = "<?php echo $text; ?>";
					jInsertEditorText('{pub}
<a href=\"\"+address+\"\" title=\"\"+text+\"\">\"+text+\"</a>{/pub}', editor);
				
			}