CodeIgniter Forums
Customize calendar template? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Customize calendar template? (/showthread.php?tid=32778)



Customize calendar template? - El Forum - 08-04-2010

[eluser]chefnelone[/eluser]
Hello
I'm changing the calendar template.

I just need to change this line to include the {heading} inside the href

Code:
// this is the original line in the user guide:
'{cal_cell_content}<a href="{content}">{day}</a>{/cal_cell_content}'

//to include the {heading} inside the href. Something like:
'{cal_cell_content}<a href="{content}/{heading}">{day}</a>{/cal_cell_content}' //not working

Why I can't use {heading} in this way.