Using zoho.adminuser variable instead of static "ownername" in urls
I want to publish an app to the market place without code, ie client can't have edit mode. I have certain html views that happen to have url links that include my app_owner_name.
The variable zoho.adminuser returns the username of the application owner. Is there any way to construct an url to a view/form with the variable instead of the static <ownername>?
Example: http://creatorexport.zoho.com/myname/app_name/print/printable_HTML_view
Where zoho.adminuser replaces "myname" so that anyone who downloads the app from the marketplace can have the url point to their ownername without manually editing the html code?