Skip to content

Commit 19ebcee

Browse files
committed
Pointed generator to new example template file name
1 parent 7c61335 commit 19ebcee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate/examples.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
}
5656
//Create Examples page
5757
$page = new Page('Examples', 'Examples', "", "../../");
58-
$page->subtemplate('template.examples-main.html');
58+
$page->subtemplate('template.examples.html');
5959
//Create Basics html
6060
$html = "<b>Basic Examples</b>. <i>Programs about form, data, images, color, typography, and more...</i><br /><br /><br />";
6161
$html .= "<ul class=\"examples\">\n";

0 commit comments

Comments
 (0)