Skip to content

Commit 03c0fca

Browse files
committed
add github link
1 parent b66d4cb commit 03c0fca

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

credits.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
</head>
2424

2525
<body>
26-
<nav class="navbar navbar-inverse navbar-fixed-top">
26+
<a href="https://github.com/jasonhinkle/php-object-browser"><img style="z-index: 9999; position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
27+
28+
<nav class="navbar navbar-inverse navbar-fixed-top">
2729
<div class="container">
2830
<div class="navbar-header">
2931
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">

index.php

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
</head>
2424

2525
<body>
26+
<a href="https://github.com/jasonhinkle/php-object-browser"><img style="z-index: 9999; position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
27+
2628
<nav class="navbar navbar-inverse navbar-fixed-top">
2729
<div class="container">
2830
<div class="navbar-header">

instructions.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="description" content="">
99
<meta name="author" content="">
1010
<link rel="icon" href="assets/images/favicon.ico">
11-
<title>PHP Object Browser - Credits</title>
11+
<title>PHP Object Browser - Instructions</title>
1212
1313
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css">
1414
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">
@@ -23,6 +23,8 @@
2323
</head>
2424
2525
<body>
26+
<a href="https://github.com/jasonhinkle/php-object-browser"><img style="z-index: 9999; position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
27+
2628
<nav class="navbar navbar-inverse navbar-fixed-top">
2729
<div class="container">
2830
<div class="navbar-header">
@@ -63,8 +65,7 @@
6365
6466
<h3>Example serialized code:</h3>
6567
<p>Copy/paste the example code below if you want to simply demo the object browser:</p>
66-
<pre>O:8:"stdClass":2:{s:4:"name";s:16:"This is a string";s:4:"data";a:2:{s:4:"size";i:50;s:5:"color";s:5:"green";}}</pre>
67-
68+
<pre>O:8:"stdClass":2:{s:4:"name";s:16:"This is a string";s:4:"data";a:2:{s:4:"size";i:50;s:5:"color";s:5:"green";}}</pre>
6869
</main>
6970
7071
<footer class="footer">

0 commit comments

Comments
 (0)