Overview
Uploading a Template
layouts
sub-page template
<$headerplugins>
$logo1
<$menu>
<$pagetitle>
<$body>
<$section>
<$blog>
<$sidebarcontrol>
<$sidebarmenu>
$single
<$snippet>
<$include>
edittext
label
$viewlink
<$cartitems>
<$carttotal>
<$domain>
<$userfullname>
<$userid>
<isHomePage>
<IsNotHomePage>
<else>
logic options
<$copyright>
<$trademark>
<$date>
<$year>
File Versioning
Social Media Links
|
edittext
Macro | edittext |
Purpose |
This property setting allows link text to be edited
|
Special Notes | This tag can only be used together with the $link1, $link2, $link3 |
Example Usage | Some links like links that are wrapped around an image do not need to be edited. For example:
<a href="contact.html"><img src="logo.png"><a/>
But links that have anchor text do:
<a href="contact.html">Contact Us<a/>
The edittext property allows you to edit the anchor text of the link in the conteent section.
<a href="contact.html" $link1 edittext="Y" label="Contact Us Link">Contact Us<a/>
|
|