mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix example for phpcredits
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@58051 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0948cfe1fb
commit
00b18f8b64
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.66 $ -->
|
||||
<!-- $Revision: 1.67 $ -->
|
||||
<reference id="ref.info">
|
||||
<title>PHP options & information</title>
|
||||
<titleabbrev>PHP options/info</titleabbrev>
|
||||
|
@ -1083,7 +1083,7 @@ phpcredits(CREDITS_GROUP + CREDITS_DOCS + CREDITS_FULLPAGE);
|
|||
<body>
|
||||
<?php
|
||||
// some code of your own
|
||||
phpcredits(CREDITS_ALL + CREDITS_FULLPAGE);
|
||||
phpcredits(CREDITS_ALL);
|
||||
// some more code
|
||||
?>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue