Archived
1
0
Fork 0
This repository has been archived on 2026-05-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
fiktivkod/application/modules/admin/views/scripts/blog/index.phtml
2011-02-26 14:15:01 +01:00

13 lines
No EOL
356 B
PHTML

<h1>Blog funkis</h1>
<?php $this->headScript()->captureStart() ?>
bkLib.onDomLoaded(function() {
$j = jQuery.noConflict();
area1 = new nicEditor({iconsPath : '<?=$this->baseUrl() ?>/img/nicEditorIcons.gif', fullPanel : true}).panelInstance('content',{hasPanel : true});
});
<?php $this->headScript()->captureEnd() ?>
<?=$this->form ?>