fix img path
authorraph
Fri, 12 Feb 2010 13:19:50 +0100
changeset 168 3b1990e52198
parent 167 0444040c4877
child 169 132100852cd6
fix img path
src/cm/templates/site/text_view_frame.html
--- a/src/cm/templates/site/text_view_frame.html	Fri Feb 12 13:13:46 2010 +0100
+++ b/src/cm/templates/site/text_view_frame.html	Fri Feb 12 13:19:50 2010 +0100
@@ -60,7 +60,7 @@
 </head>
 <BODY>
     <DIV id="add_comment_btn" class="initially_hidden"> 
-		<img align="middle" src="/site_media/img/note_add_sop_mid.gif" alt="{% blocktrans %}add a comment{% endblocktrans %}" title="{% blocktrans %}add a comment{% endblocktrans %}"/>
+		<img align="middle" src="{{ CM_MEDIA_PREFIX }}img/note_add_sop_mid.gif" alt="{% blocktrans %}add a comment{% endblocktrans %}" title="{% blocktrans %}add a comment{% endblocktrans %}"/>
     </DIV>
 	<!-- cf.http://layout.jquery-dev.net/download/example.html -->
 	<!-- TODO check height 600 ... -->