5 lines
106 B
PHP
5 lines
106 B
PHP
|
<?php
|
||
|
namespace Opencart\System\Helper\Extension\OcThemeExample;
|
||
|
function my_function() {
|
||
|
echo 'works';
|
||
|
}
|