Created
June 2, 2014 14:37
-
-
Save cameroncf/192a1dd581c75a7770d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public any function onAdminHTMLFootRender($) { | |
var str = ''; | |
savecontent variable='str' { | |
WriteOutput('<script> | |
jQuery(document).ready(function($){ | |
$(".nav-site-inner .container>ul").append(''<li><a href="/plugins/#variables.framework.package#"><i class="icon-book"></i><span>Your Plugin Name</span></li>''); | |
}); | |
</script>'); | |
} | |
return str; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment