move config cache/base_url to locations/widget_render_url
This commit is contained in:
@@ -10,7 +10,7 @@ Access-Control-Allow-Origin: *
|
||||
</head>
|
||||
<body>
|
||||
<TMPL_LOOP comments>
|
||||
<a href="<TMPL_VAR cache_base_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#comments">
|
||||
<a href="<TMPL_VAR widget_render_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#comments">
|
||||
<div class="comments level<TMPL_VAR level>">
|
||||
<span class="author"><TMPL_VAR author escape=none></span>:
|
||||
<span class="content"><TMPL_VAR short_content escape=none></span>
|
||||
|
||||
Reference in New Issue
Block a user