Skip to content

Instantly share code, notes, and snippets.

@Indianer3c
Last active December 4, 2019 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Indianer3c/f9fc7b6a330e04f33ac1b19a6f68c7cc to your computer and use it in GitHub Desktop.
Save Indianer3c/f9fc7b6a330e04f33ac1b19a6f68c7cc to your computer and use it in GitHub Desktop.
How to Module Development Tutorial for OXID eShop Community Edition Series 4.8 (2015) - Part 2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>[{ oxmultilang ident="GENERAL_ADMIN_TITLE" }]</title>
</head>
<!-- frames -->
<frameset rows="40%,*" border="0" onload="top.loadEditFrame('[{$oViewConf->getSelfLink()}]&[{ $editurl }][{ if $oxid }]&oxid=[{$oxid}][{/if}]');">
<frame src="[{$oViewConf->getSelfLink()}]&[{ $listurl }][{ if $oxid }]&oxid=[{$oxid}][{/if}]" name="list" id="list" frameborder="0" scrolling="auto" noresize marginwidth="0" marginheight="0">
<frame src="" name="edit" id="edit" frameborder="0" scrolling="auto" noresize marginwidth="0" marginheight="0">
</frameset>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment