diff --git a/migrations/20151023080934_publicite_migration.php b/migrations/20151023080934_publicite_migration.php new file mode 100644 index 00000000..ddd7c52d --- /dev/null +++ b/migrations/20151023080934_publicite_migration.php @@ -0,0 +1,33 @@ +table('ps_ads_publication_lang'); + $table->addColumn('link', 'string', array('limit' => 255))->update(); + } +} diff --git a/modules/blockadshooks/views/templates/hook/ads.tpl b/modules/blockadshooks/views/templates/hook/ads.tpl new file mode 100644 index 00000000..dfcf6e36 --- /dev/null +++ b/modules/blockadshooks/views/templates/hook/ads.tpl @@ -0,0 +1 @@ + \ No newline at end of file