com web/pres2: .: index.php
[email protected] (Rasmus Lerdorf)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: a022b928bdba43093813b336fc973d5c0a8845a0 Author: Rasmus Lerdorf <[email protected]> Tue, 20 Jan 2015 09:22:17 -0800 Parents: c9574f041b72a37516cdb9ed765f5b5e94cd96ae Branches: master Link: http://git.php.net/?p=web/pres2.git;a=commitdiff;h=a022b928bdba43093813b336fc973d5c0a8845a0 Log: . Changed paths: M index.php Diff: diff --git a/index.php b/index.php index e1425d6..c02119c 100644 --- a/index.php +++ b/index.php @@ -123,7 +123,7 @@ function change_mode() { <br /><br /><br /><br /><br /><br /> <div class="shadow" style="margin: 1em 4em 0.8em 3em;"> <div class="output" style="font-size: 1.8em; margin: -0.5em 0 0 -0.5em;"> -<?php if(!isset($topic)){ ?> +<?php if(empty($topic)){ ?> <p><?php echo message('WELCOME_MSG'); ?></p> <?php ksort($topics);