templates: replace key with full_title
This commit is contained in:
@@ -285,7 +285,7 @@
|
||||
<tr>
|
||||
<td class="label"></td>
|
||||
<td>
|
||||
<TMPL_VAR start> - <TMPL_VAR key>
|
||||
<TMPL_VAR start> - <TMPL_VAR full_title>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<!--<TMPL_VAR key>-->
|
||||
<!--<TMPL_VAR full_title>-->
|
||||
<TMPL_UNLESS has_single_events>
|
||||
<TMPL_VAR series_name>
|
||||
<TMPL_IF title> - <TMPL_VAR title></TMPL_IF>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
<h2>
|
||||
<TMPL_VAR event.weekday_short_name>, <TMPL_VAR event.start_date_name> <TMPL_VAR event.start_time_name><br>
|
||||
<TMPL_VAR event.key><br>
|
||||
<TMPL_VAR event.full_title><br>
|
||||
</h2>
|
||||
|
||||
<div class="panel">
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<category term='Sendung'/>
|
||||
<title type='text'><TMPL_VAR weekday_short_name>, <TMPL_VAR start_date_name> - <TMPL_VAR start_time_name> - <TMPL_VAR end_time_name> | <TMPL_VAR full_title></title>
|
||||
<summary type='text'><TMPL_VAR excerpt></summary>
|
||||
<content type='html'><![CDATA[<TMPL_VAR weekday_short_name>, <TMPL_VAR start_date_name> - <TMPL_VAR start_time_name> - <TMPL_VAR end_time_name> | <TMPL_VAR key><p><TMPL_VAR content_html>]]></content>
|
||||
<content type='html'><![CDATA[<TMPL_VAR weekday_short_name>, <TMPL_VAR start_date_name> - <TMPL_VAR start_time_name> - <TMPL_VAR end_time_name> | <TMPL_VAR full_title><p><TMPL_VAR content_html>]]></content>
|
||||
|
||||
<link rel='alternate' type='text/html' href='<TMPL_VAR cache_base_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#<TMPL_VAR event_uri escape=url>' title='alternate'/>
|
||||
<link rel='self' type='application/atom+xml' href='<TMPL_VAR cache_base_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#<TMPL_VAR event_uri escape=url>'/>
|
||||
|
||||
Reference in New Issue
Block a user