first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
if (isset($related_object) && $related_object instanceof Product)
|
||||
{
|
||||
echo st_get_partial('stProduct/header', array('related_object' => $related_object, 'title' => $title));
|
||||
}
|
||||
else
|
||||
{
|
||||
include st_admin_get_template_path(__FILE__);
|
||||
}
|
||||
Reference in New Issue
Block a user