first commit
This commit is contained in:
5
extension/oc_theme_example/system/helper/test.php
Normal file
5
extension/oc_theme_example/system/helper/test.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
namespace Opencart\System\Helper\Extension\OcThemeExample;
|
||||
function my_function() {
|
||||
echo 'works';
|
||||
}
|
Reference in New Issue
Block a user