Jump to content

Translations:Toolbox/85/it: Difference between revisions

From KDE UserBase Wiki
Caig (talk | contribs)
Created page with '{{Input|1=<nowiki>{{Input|<syntaxhighlight lang="php" line> # Initialise common code $preIP = dirname( __FILE__ ); require_once( "$preIP/includes/WebStart.php" ); </syntaxhighlig...'
(No difference)

Revision as of 14:43, 14 September 2010

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Toolbox)
===Community Applications===
{{Input|&lt;syntaxhighlight lang="php" line&gt;
# Initialise common code
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
&lt;/syntaxhighlight&gt;}}