File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4141// This needs to be moved. Preferably into the PHP package.
4242if (!$ conf ) {
4343 Config::init (array (
44- "lang_dir " => __INSTALLDIR__ . DIRECTORY_SEPARATOR . "phpdotnet " . DIRECTORY_SEPARATOR
45- . "phd " . DIRECTORY_SEPARATOR . "data " . DIRECTORY_SEPARATOR
46- . "langs " . DIRECTORY_SEPARATOR ,
44+ "lang_dir " => __INSTALLDIR__ . DIRECTORY_SEPARATOR . 'src ' . DIRECTORY_SEPARATOR
45+ . "data " . DIRECTORY_SEPARATOR . "langs " . DIRECTORY_SEPARATOR ,
4746 "phpweb_version_filename " => Config::xml_root () . DIRECTORY_SEPARATOR . 'version.xml ' ,
4847 "phpweb_acronym_filename " => Config::xml_root () . DIRECTORY_SEPARATOR . 'entities ' . DIRECTORY_SEPARATOR . 'acronyms.xml ' ,
4948 ));
Original file line number Diff line number Diff line change 77use phpdotnet \phd \Reader ;
88use phpdotnet \phd \ReaderKeeper ;
99use phpdotnet \phd \Render ;
10+ use function phpdotnet \phd \v ;
1011
1112abstract class XHTML extends AbstractXHTML {
1213 private $ myelementmap = array ( /* {{{ */
Original file line number Diff line number Diff line change 44use phpdotnet \phd \Config ;
55use phpdotnet \phd \Format ;
66use phpdotnet \phd \Render ;
7+ use function phpdotnet \phd \v ;
78
89class Web extends XHTML {
910 public function __construct () {
Original file line number Diff line number Diff line change 11<?php
22namespace phpdotnet \phd \Package \PHP ;
33
4+ use phpdotnet \phd \Config ;
45use phpdotnet \phd \Format ;
56use phpdotnet \phd \Package \Generic \XHTML as GenericXHTML ;
67use phpdotnet \phd \Reader ;
78use phpdotnet \phd \Render ;
9+ use function phpdotnet \phd \v ;
810
911abstract class XHTML extends GenericXHTML
1012{
You can’t perform that action at this time.
0 commit comments