| Function Summary | |
|---|---|
| zm_absolute_href | Convert a given relative href/URL into a absolute one based on the current context. |
| zm_add_product_form | Convenience function to open a form to add a given product to the shopping cart. |
| zm_ajax_href | Convenience function. |
| zm_back_link | Back link. |
| zm_build_more | Truncate text. |
| zm_ezpage_href | Build href for ez-page. |
| zm_ezpage_link | Create a full HTML <a> tag. |
| zm_field_length | Create size and maxlength attributes for for input fields. |
| zm_form | Create a HTML form tag. |
| zm_href | Create a URL for a href. |
| zm_href_target | Create a HTML target or onclick attribute for a link. |
| zm_htmlencode | Encode a given string to valid HTML. |
| zm_htmlurldecode | Decode a HTML encoded URL. |
| zm_htmlurlencode | Encode a URL to valid HTML. |
| zm_image_uri | Create an absolute image path for the given image. |
| zm_more | Truncate text with trailing '...' Convenience function for zm_build_more. |
| zm_phpinfo | phpinfo wrapper. |
| zm_product_href | Convenience function. |
| zm_redirect_href | Create an redirect href for the given action and id. |
| zm_result_list_form | Convenience function to create a result list options form. |
| zm_rss_feed_href | Convenience function. |
| zm_secure_form | Secure version of zm_form to create a HTML form tag. |
| zm_secure_href | Secure version of zm_href. |
| zm_static_href | Convenience function. |
| zm_strip_html | Strip HTML tags from the given text. |
Deprecated code due for removal.