Skip to content

Commit f572604

Browse files
committed
Added Page Title
1 parent bd5fb48 commit f572604

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

code/controllers/StyleGuide.php

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,16 @@ public function getStyles()
4949
}
5050
}
5151

52-
// ksort($templates);
53-
5452
return new ArrayList($templates);
5553
}
54+
55+
public function getTitle()
56+
{
57+
return 'Style Guide';
58+
}
59+
60+
public function getMenuTitle()
61+
{
62+
return 'Style Guide';
63+
}
5664
}

0 commit comments

Comments
 (0)