Skip to content

Commit 59e44eb

Browse files
agcolomrdworth
authored andcommitted
replaced index.php with page.php to be inline with api.jqueryui.com and have a suitable index page
(cherry picked from commit 269542c)
1 parent b0e426a commit 59e44eb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

themes/api.jquerymobile.com/index.php

Lines changed: 0 additions & 11 deletions
This file was deleted.

themes/api.jquerymobile.com/page.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
/**
3+
* The Template for displaying single posts.
4+
*/
5+
6+
get_header(); ?>
7+
8+
<?php get_template_part( 'single', 'api' ); ?>
9+
10+
<?php get_footer(); ?>
11+

0 commit comments

Comments
 (0)