PHP Classes

undefined method: dn_get, head...

Recommend this page to a friend!

      PHP HTML Tag  >  All threads  >  undefined method: dn_get, head...  >  (Un) Subscribe thread alerts  
Subject:undefined method: dn_get, head...
Summary:it seems many bugs?
Messages:1
Author:Li Ron
Date:2014-03-17 15:25:01
 

  1. undefined method: dn_get, head...   Reply   Report abuse  
Picture of Li Ron Li Ron - 2014-03-17 15:25:01
htmldoc.inc.php

1. dn_get
line 31
$this->head->addValue( "\n<!-- ".dn_get('dn_copyright')."-->\n" );

line 37
$meta->addAttribute('content', dn_get('dn_copyright'));

dn_get function are not in the two php files.



2. head
$this->head = $this->html->addValue(new htmltag('head'));

head function are not in the two php files.