@@ -7,9 +7,10 @@ |
||
| 7 | 7 | |
| 8 | 8 | <?php |
| 9 | 9 | /** Spit out meta tags **/ |
| 10 | - foreach ($this->getMeta() as $name => $content) |
|
| 11 | - echo "<meta name=\"{$name}\" content=\"{$content}\">\n"; |
|
| 12 | -?> |
|
| 10 | + foreach ($this->getMeta() as $name => $content) { |
|
| 11 | + echo "<meta name=\"{$name}\" content=\"{$content}\">\n"; |
|
| 12 | + } |
|
| 13 | + ?> |
|
| 13 | 14 | |
| 14 | 15 | <title><?php echo $this->getPageTitle() ?></title> |
| 15 | 16 | |
@@ -5,9 +5,10 @@ |
||
| 5 | 5 | |
| 6 | 6 | <?php |
| 7 | 7 | /** Spit out meta tags **/ |
| 8 | - foreach ($this->getMeta() as $name => $content) |
|
| 9 | - echo "<meta name=\"{$name}\" content=\"{$content}\">\n"; |
|
| 10 | -?> |
|
| 8 | + foreach ($this->getMeta() as $name => $content) { |
|
| 9 | + echo "<meta name=\"{$name}\" content=\"{$content}\">\n"; |
|
| 10 | + } |
|
| 11 | + ?> |
|
| 11 | 12 | |
| 12 | 13 | <title><?php echo $this->getPageTitle(); ?></title> |
| 13 | 14 | |