Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Commit

Permalink
Enhancement: More alternative syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 10, 2015
1 parent b8b481a commit cc0f1f1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions module/User/view/zfc-user/user/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,4 @@
</div>
</div>
</div>

<?php
$url = $this->url('zf-module');
$this->inlineScript()->appendScript(<<<EOT
$("#repositories").load("$url");
EOT
);
<?php $this->inlineScript()->appendScript('$("#repositories").load("' . $this->url('zf-module') . '");'); ?>

0 comments on commit cc0f1f1

Please sign in to comment.