()
| 309 | } |
| 310 | |
| 311 | func (c *Collection) DisplayTitle() string { |
| 312 | if c.Title != "" { |
| 313 | return c.Title |
| 314 | } |
| 315 | return c.Alias |
| 316 | } |
| 317 | |
| 318 | func (c *Collection) StyleSheetDisplay() template.CSS { |
| 319 | return template.CSS(c.StyleSheet) |
no outgoing calls
no test coverage detected