ImpressCMS/impresscms

View on GitHub
htdocs/include/old_theme_functions.php

Summary

Maintainability
A
0 mins
Test Coverage

Function themecenterposts defined at /code/htdocs/include/old_theme_functions.php:65 was previously defined at /code/htdocs/include/cp_functions.php:424
Open

    function themecenterposts($title, $content)
Severity: Minor
Found in htdocs/include/old_theme_functions.php by phan

Opening brace should be on the same line as the declaration
Open

    {

Incorrect spacing between default value and equals sign for argument "$width"; expected 1 but found 0
Open

    function OpenTable($width='100%')

Incorrect spacing between argument "$width" and equals sign; expected 1 but found 0
Open

    function OpenTable($width='100%')

Opening brace should be on the same line as the declaration
Open

    {

Opening brace should be on the same line as the declaration
Open

    {

Expected 1 newline at end of file; 0 found
Open

?>

A closing tag is not permitted at the end of a PHP file
Open

?>

There are no issues that match your filters.

Category
Status