diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-02-18 14:47:04 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-02-18 14:47:04 +0100 |
commit | fffbcc480c8afa679e3a9ffee8c145dc3d4f5a28 (patch) | |
tree | b246be90a632e5ae1e370dbe142f7e7ab26bd52f /ratatoeskr/templates | |
parent | eb5f8764eebd5149ff4472d5a646943b9524f6b9 (diff) | |
download | ratatoeskr-cms-fffbcc480c8afa679e3a9ffee8c145dc3d4f5a28.tar.gz ratatoeskr-cms-fffbcc480c8afa679e3a9ffee8c145dc3d4f5a28.tar.bz2 ratatoeskr-cms-fffbcc480c8afa679e3a9ffee8c145dc3d4f5a28.zip |
Added embedding code generator for STE code.
Also fixed a bug that the pagetitle of the embedding code generator page
was not displayed.
Diffstat (limited to 'ratatoeskr/templates')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/image_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/image_list.html b/ratatoeskr/templates/src/systemtemplates/image_list.html index 189c214..7b40ddc 100644 --- a/ratatoeskr/templates/src/systemtemplates/image_list.html +++ b/ratatoeskr/templates/src/systemtemplates/image_list.html @@ -35,7 +35,7 @@ <td><img src="$rel_path_to_root/images/previews/${image[id]}.png" alt="" /></td> <td><a href="$rel_path_to_root/images/$image[file]"><ste:escape>$image[name]</ste:escape></a></td> <td> - <a href="$rel_path_to_root/backend/content/images/$image[id]/markdown">Markdown</a> - <a href="$rel_path_to_root/backend/content/images/$image[id]/html">HTML</a> + <a href="$rel_path_to_root/backend/content/images/$image[id]/markdown">Markdown</a> - <a href="$rel_path_to_root/backend/content/images/$image[id]/html">HTML</a> - <a href="$rel_path_to_root/backend/content/images/$image[id]/ste">STE</a> </td> </tr> </ste:foreach> |