Skip to content
Snippets Groups Projects
Commit 37d4bead authored by Laurent's avatar Laurent
Browse files

In calendar, event title displayed before event date

parent 0fe3b271
Branches
Tags 7.1.2
4 merge requests!715Master,!699Master,!655Display day of week in events,!629Master
......@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with BOKEH; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
class ZendAfi_View_Helper_Article_RenderTitleOnlyCalendar extends ZendAfi_View_Helper_Article_RenderAbstract{
public function article_RenderTitleOnlyCalendar($article) {
......@@ -24,13 +24,13 @@ class ZendAfi_View_Helper_Article_RenderTitleOnlyCalendar extends ZendAfi_View_H
}
public function renderContent($article) {
return
return
'<li>'.
$this->view->tagEditArticle($article).
$this->renderDraftStatus($article).
$this->renderCalendarEventTitle($article).
$this->renderCalendarEventDate($article).
$this->renderCalendarEventInfo($article).
$this->renderCalendarEventTitle($article).
'</li>';
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment