Skip to content

Commit 94e56b7

Browse files
committed
docs: github fork badge
1 parent 9feffd3 commit 94e56b7

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

docs/badge.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href="https://github.com/NitroXy/php-forms"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a>

docs/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@
113113
<?php include('overview/nested.php'); ?>
114114
</div>
115115
</div>
116+
117+
<?php include('badge.php'); ?>
116118
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
117119
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
118120
</body>

docs/layout.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<?php endforeach; ?>
5151
</div>
5252

53+
<?php include('badge.php'); ?>
5354
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
5455
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
5556
</body>

docs/options.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
<li><code>['foo' => ['spam => 'ham']]</code> becomes <code>foo-spam="ham"</code> (deeper nesting is ok)</li>
6363
</ul>
6464
</div>
65+
66+
<?php include('badge.php'); ?>
6567
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
6668
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
6769
</body>

0 commit comments

Comments
 (0)