Beispiel #1
0
                ?>
 />
<?php 
            }
        }
        ?>

	<!-- Icon and Splash screen declaration -->
<?php 
        if (!empty($app_icons)) {
            ?>

	<?php 
            echo str_replace("\n", "\n\t", $app_icons);
            ?>

<?php 
        }
        ?>
</widget>
<?php 
        $content = '';
        if (!$echo) {
            $content = ob_get_contents();
            ob_end_clean();
        }
        return !$echo ? $content : '';
    }
}
WpakConfigFile::hooks();